Skip to content

Commit

Permalink
chore: update output name
Browse files Browse the repository at this point in the history
  • Loading branch information
PiotrSierkin-Ki committed Apr 18, 2024
1 parent 0014602 commit 2d84bde
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion outputs.tf
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ output "name" {
value = one(snowflake_database_role.this[*].name)
}

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

0 comments on commit 2d84bde

Please sign in to comment.