Skip to content

Commit 33ac283

Browse files
committed
Update aws provider ver and IAM policy
1 parent bb80d2f commit 33ac283

3 files changed

Lines changed: 6 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## v0.33.4
2+
- Upgrade aws provider to v2.65.0 to fix SES configuration set. [terraform-provider-aws #12024](https://github.com/hashicorp/terraform-provider-aws/pull/12024)
3+
- Add firewall manager to principal IAM policy.
4+
15
## v0.33.3
26
- Remove apigatewayv2 from the principal IAM policy.
37
- Update to the principal IAM policy name lex-models.

modules/fixtures/policies/principal_policy.tmpl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,7 @@
114114
"events:*",
115115
"execute-api:*",
116116
"firehose:*",
117+
"fms:*",
117118
"fsx:*",
118119
"globalaccelerator:*",
119120
"glue:*",

modules/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ terraform {
44

55
provider "aws" {
66
region = var.aws_region
7-
version = "2.43.0"
7+
version = "2.65.0"
88
}
99

1010
# Current AWS Account User

0 commit comments

Comments
 (0)