Skip to content

Commit

Permalink
chore: rename default value for descriptor name
Browse files Browse the repository at this point in the history
  • Loading branch information
PiotrSierkin-Ki committed Mar 28, 2024
1 parent a35f781 commit 7dbbe1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ variable "comment" {
variable "descriptor_name" {
description = "Name of the descriptor used to form a resource name"
type = string
default = "snowflake-role"
default = "snowflake-database-role"
}

variable "parent_database_role" {
Expand Down

0 comments on commit 7dbbe1e

Please sign in to comment.