We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f25fdc commit e2d96d4Copy full SHA for e2d96d4
main.tf
@@ -1,7 +1,7 @@
1
data "aws_caller_identity" "default" {}
2
3
resource "aws_iam_account_alias" "default" {
4
- count = var.enabled == true ? 1 : 0
+ count = module.this.enabled == true ? 1 : 0
5
6
account_alias = module.this.id
7
}
0 commit comments