File tree Expand file tree Collapse file tree
examples/resources/stackit_resourcemanager_project Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -21,7 +21,10 @@ resource "stackit_resourcemanager_project" "example" {
2121 name = "example-container"
2222 labels = {
2323 "Label 1" = "foo"
24- // "networkArea" = stackit_network_area.foo.network_area_id
24+ # "networkArea" = stackit_network_area.foo.network_area_id
25+
26+ # optional - you can set a billing reference by adding a label with the 'billingReference' key
27+ "billingReference" = "fooref"
2528 }
2629 owner_email = "john.doe@stackit.cloud"
2730}
Original file line number Diff line number Diff line change @@ -3,7 +3,10 @@ resource "stackit_resourcemanager_project" "example" {
33 name = " example-container"
44 labels = {
55 " Label 1" = " foo"
6- // "networkArea" = stackit_network_area.foo.network_area_id
6+ # "networkArea" = stackit_network_area.foo.network_area_id
7+
8+ # optional - you can set a billing reference by adding a label with the 'billingReference' key
9+ " billingReference" = " fooref"
710 }
811 owner_email = " john.doe@stackit.cloud"
912}
You can’t perform that action at this time.
0 commit comments