Initial commit
This commit is contained in:
commit
e4c8a6fbf4
186 changed files with 29501 additions and 0 deletions
6
examples/resources/stackit_postgresflex_user/resource.tf
Normal file
6
examples/resources/stackit_postgresflex_user/resource.tf
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
resource "stackit_postgresflex_user" "example" {
|
||||
project_id = "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx"
|
||||
instance_id = "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx"
|
||||
username = "username"
|
||||
roles = ["role"]
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue