Skip to content

Commit

Permalink
Update aws provider ver and IAM policy (#391)
Browse files Browse the repository at this point in the history
  • Loading branch information
jayanandagit authored Nov 20, 2020
1 parent bb80d2f commit f4a1c1c
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## v0.33.4
- 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)
- Add firewall manager to principal IAM policy.

## v0.33.3
- Remove apigatewayv2 from the principal IAM policy.
- Update to the principal IAM policy name lex-models.
Expand Down
1 change: 1 addition & 0 deletions modules/fixtures/policies/principal_policy.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,7 @@
"events:*",
"execute-api:*",
"firehose:*",
"fms:*",
"fsx:*",
"globalaccelerator:*",
"glue:*",
Expand Down
2 changes: 1 addition & 1 deletion modules/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ terraform {

provider "aws" {
region = var.aws_region
version = "2.43.0"
version = "2.65.0"
}

# Current AWS Account User
Expand Down

0 comments on commit f4a1c1c

Please sign in to comment.