Skip to content

Commit

Permalink
fix: delete duplicate variable
Browse files Browse the repository at this point in the history
  • Loading branch information
Dmytro Velychko committed Jul 18, 2024
1 parent 47f301f commit 38dd58a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ variable "external_locations" {
force_destroy = optional(bool, true)
force_update = optional(bool, true)
comment = optional(string, "External location provisioned by Terraform")
isolation_mode = optional(string, null)
permissions = optional(set(object({
principal = string
privileges = list(string)
Expand Down

0 comments on commit 38dd58a

Please sign in to comment.