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 1c3cd5b commit 158c60fCopy full SHA for 158c60f
main.tf
@@ -169,7 +169,7 @@ resource "aws_imagebuilder_infrastructure_configuration" "this" {
169
terminate_instance_on_failure = var.terminate_on_failure
170
171
dynamic "logging" {
172
- for_each = var.log_bucket != "" ? ["1"] : []
+ for_each = var.log_bucket != null ? ["1"] : []
173
content {
174
s3_logs {
175
s3_bucket_name = var.log_bucket
0 commit comments