Skip to content

Commit 8eaf834

Browse files
renovate[bot]renovate-botcloudpossebotnitrocode
authored
chore(deps): update terraform cloudposse/sns-topic/aws to v0.20.1 (#10)
* chore(deps): update terraform cloudposse/sns-topic/aws to v0.20.0 * Auto Format * Update main.tf * Auto Format Co-authored-by: Renovate Bot <[email protected]> Co-authored-by: cloudpossebot <[email protected]> Co-authored-by: nitrocode <[email protected]>
1 parent c630589 commit 8eaf834

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ Available targets:
147147

148148
| Name | Source | Version |
149149
|------|--------|---------|
150-
| <a name="module_sns_topic"></a> [sns\_topic](#module\_sns\_topic) | cloudposse/sns-topic/aws | 0.16.0 |
150+
| <a name="module_sns_topic"></a> [sns\_topic](#module\_sns\_topic) | cloudposse/sns-topic/aws | 0.20.1 |
151151
| <a name="module_this"></a> [this](#module\_this) | cloudposse/label/null | 0.25.0 |
152152

153153
## Resources

docs/terraform.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818
| Name | Source | Version |
1919
|------|--------|---------|
20-
| <a name="module_sns_topic"></a> [sns\_topic](#module\_sns\_topic) | cloudposse/sns-topic/aws | 0.16.0 |
20+
| <a name="module_sns_topic"></a> [sns\_topic](#module\_sns\_topic) | cloudposse/sns-topic/aws | 0.20.1 |
2121
| <a name="module_this"></a> [this](#module\_this) | cloudposse/label/null | 0.25.0 |
2222

2323
## Resources

main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ resource "aws_iam_role_policy_attachment" "default" {
5454

5555
module "sns_topic" {
5656
source = "cloudposse/sns-topic/aws"
57-
version = "0.16.0"
57+
version = "0.20.1"
5858

5959
enabled = local.default_sns_topic_enabled
6060
context = module.this.context

0 commit comments

Comments
 (0)