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 2690fcf commit 656ce2fCopy full SHA for 656ce2f
modules/integrations/cloud-logs/main.tf
@@ -114,7 +114,9 @@ resource "aws_iam_role" "cloudlogs_s3_access" {
114
115
lifecycle {
116
precondition {
117
- condition = var.role_arn == null || split(":", var.role_arn)[4] == local.bucket_account_id
+ condition = var.role_arn == null || split(":", var.role_arn)[4] == local.bucket_account_id
118
+ }
119
120
}
121
122
// AWS IAM Role Policy
0 commit comments