Skip to content

Commit

Permalink
Merge pull request #1199 from airbnb/cylin_fix_tf_rule_promotion_iam
Browse files Browse the repository at this point in the history
[tf] Change alerts_bucket type to string in tf_rule_promotion_iam module
  • Loading branch information
chunyong-lin committed Mar 18, 2020
2 parents c181be1 + a28c11a commit 8edeab6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terraform/modules/tf_rule_promotion_iam/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ variable "athena_results_bucket_arn" {

variable "alerts_bucket" {
description = "Name of S3 bucket where alerts are stored and queryable by Athena"
type = list(string)
type = string
}

variable "s3_kms_key_arn" {
Expand Down

0 comments on commit 8edeab6

Please sign in to comment.