docs: add hint on how to create a project within sna (#722)
This commit is contained in:
parent
dadea7a904
commit
637213d718
3 changed files with 5 additions and 3 deletions
|
|
@ -3,6 +3,7 @@ resource "stackit_resourcemanager_project" "example" {
|
|||
name = "example-container"
|
||||
labels = {
|
||||
"Label 1" = "foo"
|
||||
// "networkArea" = stackit_network_area.foo.network_area_id
|
||||
}
|
||||
owner_email = "john.doe@stackit.cloud"
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue