feat: plan modifiers handling

This commit is contained in:
Marcel S. Henselin 2026-01-23 17:07:02 +01:00
parent c9c6dd1852
commit 7c4ca25791
13 changed files with 428 additions and 555 deletions

View file

@ -1,22 +1,22 @@
terraform {
required_providers {
stackit = {
source = "registry.terraform.io/stackitcloud/stackit"
version = "~> 0.70"
}
# stackit = {
# source = "registry.terraform.io/stackitcloud/stackit"
# version = "~> 0.70"
# }
stackitprivatepreview = {
source = "tfregistry.sysops.stackit.rocks/mhenselin/stackitprivatepreview"
version = "0.0.0-SNAPSHOT-e91e10e"
version = "> 0.0"
}
}
}
provider "stackit" {
default_region = "eu01"
enable_beta_resources = true
service_account_key_path = "../service_account.json"
}
# provider "stackit" {
# default_region = "eu01"
# enable_beta_resources = true
# service_account_key_path = "../service_account.json"
# }
provider "stackitprivatepreview" {
default_region = "eu01"