Skip to content

Commit

Permalink
chore: add dummy example to complete
Browse files Browse the repository at this point in the history
  • Loading branch information
PiotrSierkin-Ki committed Mar 21, 2024
1 parent 9d12f7b commit c1725a4
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions examples/complete/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@ module "snowflake_database_role" {
name = "PS_DB_ROLE"


parent_database_role = "PS_DB_ROLE_1"
granted_database_roles = [
"PS_DB_ROLE_2",
"PS_DB_ROLE_3"
]
database_grants = [
{
privileges = ["USAGE", "CREATE SCHEMA"]
Expand Down

0 comments on commit c1725a4

Please sign in to comment.