Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
JPEasier committed Aug 30, 2024
1 parent 8062cd8 commit ec3114a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion main.subscription.tf
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ module "subscription" {
subscription_management_group_association_enabled = var.subscription_management_group_association_enabled
subscription_management_group_id = var.subscription_management_group_id
subscription_tags = var.subscription_tags
subscription_tags_ignored = var.subscription_tags_ignored
subscription_tags_ignored = var.subscription_tags_ignored
subscription_use_azapi = var.subscription_use_azapi
subscription_update_existing = var.subscription_update_existing
subscription_workload = var.subscription_workload
Expand Down
4 changes: 2 additions & 2 deletions modules/subscription/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -169,8 +169,8 @@ DESCRIPTION
}

variable "subscription_tags_ignored" {
type = list(string)
default = []
type = list(string)
default = []
description = <<DESCRIPTION
A list of tags to ignore changes on when updating the subscription.
Expand Down
4 changes: 2 additions & 2 deletions variables.subscription.tf
Original file line number Diff line number Diff line change
Expand Up @@ -157,8 +157,8 @@ DESCRIPTION
}

variable "subscription_tags_ignored" {
type = list(string)
default = []
type = list(string)
default = []
description = <<DESCRIPTION
A list of tags to ignore changes on when updating the subscription.
Expand Down

0 comments on commit ec3114a

Please sign in to comment.