Skip to content

Add Billing Reference to Projects #1533

Description

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

Metadata

Metadata

Assignees

No one assigned

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions