Skip to content

Commit

Permalink
update version, defaults
Browse files Browse the repository at this point in the history
  • Loading branch information
badra001 committed May 21, 2021
1 parent d892577 commit bd286ae
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,3 +101,13 @@
* v1.10.5 -- 20210511
- iam-general-policies
- add additional policy for network admin

* v1.11.0 -- 20210517
- cloudtrail
- create submodule

* v1.12.0 -- 20210521
- config
- create submodule
- s3-config
- create submodule
3 changes: 3 additions & 0 deletions common/defaults.tf
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@ locals {
"ses" = {
"event_types" = ["bounce", "delivery", "complaint"]
}
"config" = {
"name" = "inf-config"
}
}
}

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 = "1.10.5"
_module_version = "1.12.0"
}

0 comments on commit bd286ae

Please sign in to comment.