Skip to content

Commit 50972d6

Browse files
committed
Support s3express for managed-prefix-list
1 parent 7bb868f commit 50972d6

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.3.0
1+
0.3.1

modules/managed-prefix-list/variables.tf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ variable "service" {
44
nullable = false
55

66
validation {
7-
condition = contains(["cloudfront.origin-facing", "dynamodb", "groundstation", "route53-healthchecks", "s3", "vpc-lattice"], var.service)
8-
error_message = "Valid values for `service` are `cloudfront.origin-facing`, `dynamodb`, `groundstation`, `route53-healthchecks`, `s3`, `vpc-lattice`."
7+
condition = contains(["cloudfront.origin-facing", "dynamodb", "groundstation", "route53-healthchecks", "s3", "s3express", "vpc-lattice"], var.service)
8+
error_message = "Valid values for `service` are `cloudfront.origin-facing`, `dynamodb`, `groundstation`, `route53-healthchecks`, `s3`, `s3express`, `vpc-lattice`."
99
}
1010
}
1111

0 commit comments

Comments
 (0)