Format example (#1)

This commit is contained in:
Vicente Pinto 2023-09-07 12:11:14 +01:00 committed by GitHub
parent e4c8a6fbf4
commit 9d7628a984
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,5 +2,5 @@ resource "stackit_postgresflex_user" "example" {
project_id = "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx"
instance_id = "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx"
username = "username"
roles = ["role"]
roles = ["role"]
}