Skip to content

Commit

Permalink
chore: add database role name with fully qualified format
Browse files Browse the repository at this point in the history
  • Loading branch information
PiotrSierkin-Ki committed Mar 28, 2024
1 parent 29bc57d commit e9d581c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions outputs.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,9 @@ output "name" {
description = "Name of the database role"
value = one(snowflake_database_role.this[*].name)
}

output "name_fully_qualified" {
description = "Name of the database role in fully qualified format (\"DB_NAME\".\"ROLE_NAME\")"
value = local.database_role_name
}

0 comments on commit e9d581c

Please sign in to comment.