From ae9c4067c86b824bbc1db14db8721eaf094b18c7 Mon Sep 17 00:00:00 2001 From: Max Glotov Date: Fri, 5 Jan 2024 16:19:06 +0600 Subject: [PATCH] revert value for is_this_payment_account --- terraform/layer1-aws/variables.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/terraform/layer1-aws/variables.tf b/terraform/layer1-aws/variables.tf index 6e57e77..5ad94d2 100644 --- a/terraform/layer1-aws/variables.tf +++ b/terraform/layer1-aws/variables.tf @@ -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" }