Add warning to project members fields and remove field from docs (#511)
This commit is contained in:
parent
cc3cf05307
commit
a73706d82f
5 changed files with 64 additions and 76 deletions
|
|
@ -4,14 +4,5 @@ resource "stackit_resourcemanager_project" "example" {
|
|||
labels = {
|
||||
"Label 1" = "foo"
|
||||
}
|
||||
members = [
|
||||
{
|
||||
"subject" : "john.doe@stackit.cloud"
|
||||
"role" : "owner",
|
||||
},
|
||||
{
|
||||
"subject" : "some.engineer@stackit.cloud"
|
||||
"role" : "reader",
|
||||
},
|
||||
]
|
||||
owner_email = "john.doe@stackit.cloud"
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue