Skip to content

Commit

Permalink
config: change AWSConfigRole to AWS_ConfigRole
Browse files Browse the repository at this point in the history
  • Loading branch information
badra001 committed Nov 21, 2022
1 parent 8f519e8 commit 5a70465
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -241,3 +241,6 @@
- add `enable_network_address_usage_metrics = false` due to new feature, not existing in govcloud
- [link](https://aws.amazon.com/about-aws/whats-new/2022/10/amazon-virtual-private-cloud-vpc-now-supports-new-cloudwatch-metrics-measure-track-network-address-usage/)

* 2.2.6 -- 2022-11-21
- config
- replaced role AWSConfigRole with AWS_ConfigRole (deprecation 2021-04-01)
2 changes: 1 addition & 1 deletion common/version.tf
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
locals {
_module_version = "2.2.5"
_module_version = "2.2.6"
}

0 comments on commit 5a70465

Please sign in to comment.