add logic for nic, nic w. custom ipv4, creation of and attachement of sec grps to nic
This commit is contained in:
parent
bb841ad2a3
commit
7345619f23
13 changed files with 270 additions and 107 deletions
|
|
@ -1,4 +1,4 @@
|
|||
output "project_id" {
|
||||
value = stackit_resourcemanager_project.this.id
|
||||
value = stackit_resourcemanager_project.this.project_id
|
||||
description = "ID of the project"
|
||||
}
|
||||
|
|
@ -3,7 +3,7 @@ terraform {
|
|||
required_providers {
|
||||
stackit = {
|
||||
source = "stackitcloud/stackit"
|
||||
version = "0.56.0"
|
||||
version = "0.54.0"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Reference in a new issue