terraform { required_providers { aws = { source = "hashicorp/aws" } stackit = { source = "stackitcloud/stackit" version = "0.58.2" } random = { source = "hashicorp/random" version = "3.6.2" } } } provider "stackit" { default_region = "eu01" service_account_key_path = var.stackit_service_account_key_path enable_beta_resources = true }