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.
2 parents 383dc18 + e47f995 commit 468cebeCopy full SHA for 468cebe
main.tf
@@ -22,6 +22,7 @@ locals {
22
is_teleport_and_logs_bucket_same = local.artifacts_bucket_name == local.logs_bucket_name
23
24
instance_config = var.instance_config
25
+}
26
27
data "aws_caller_identity" "current" {
28
count = module.this.enabled && var.aws_account_id == "" ? 1 : 0
0 commit comments