Skip to content

Commit

Permalink
Update main.tf
Browse files Browse the repository at this point in the history
  • Loading branch information
guyguyr23 authored Oct 2, 2023
1 parent e7921e4 commit b902834
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions modules/s3/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ module "locals" {
random_string = random_string.this.result
}



locals {
sns_enable = var.integration_type == "s3-sns" || var.integration_type == "cloudtrail-sns" ? true : false
}
Expand Down

0 comments on commit b902834

Please sign in to comment.