Problem description
I'm always frustrated when I see that setting the Billing Reference for a project is only available in STACKIT Portal, but not in Terraform.
Proposed solution
Add the Terraform attribute to the project resource block.
resource "stackit_resourcemanager_project" "example" {
parent_container_id = "example-parent-container-abc123"
name = "example-container"
billing_reference = "string"
owner_email = "john.doe@stackit.cloud"
}
Problem description
I'm always frustrated when I see that setting the Billing Reference for a project is only available in STACKIT Portal, but not in Terraform.
Proposed solution
Add the Terraform attribute to the project resource block.