Skip to content

Commit

Permalink
revert value for is_this_payment_account
Browse files Browse the repository at this point in the history
  • Loading branch information
Max Glotov committed Jan 5, 2024
1 parent 070cb09 commit ae9c406
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terraform/layer1-aws/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ variable "aws_account_password_policy" {
}

variable "is_this_payment_account" {
default = false
default = true
description = "Set it to false if a target account isn't a payer account. This variable is used to apply a configuration for cost allocation tags"
}

Expand Down

0 comments on commit ae9c406

Please sign in to comment.