add logic for nic, nic w. custom ipv4, creation of and attachement of sec grps to nic

This commit is contained in:
Maximilian_Schlenz 2025-07-15 15:42:38 +02:00
parent bb841ad2a3
commit 7345619f23
13 changed files with 270 additions and 107 deletions

View file

@ -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"
}

View file

@ -3,7 +3,7 @@ terraform {
required_providers {
stackit = {
source = "stackitcloud/stackit"
version = "0.56.0"
version = "0.54.0"
}
}
}