Skip to content

Commit

Permalink
fix(DMVP-5908): update sns module version
Browse files Browse the repository at this point in the history
  • Loading branch information
SarhadMeta committed Dec 16, 2024
1 parent ae31ace commit 6e7e301
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ module "backup" {

| Name | Source | Version |
|------|--------|---------|
| <a name="module_sns_topic"></a> [sns\_topic](#module\_sns\_topic) | terraform-aws-modules/sns/aws | ~> 3.0 |
| <a name="module_sns_topic"></a> [sns\_topic](#module\_sns\_topic) | terraform-aws-modules/sns/aws | ~> 6.0 |

## Resources

Expand Down
2 changes: 1 addition & 1 deletion monitoring.tf
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ resource "aws_kms_alias" "backup_sns" {

module "sns_topic" {
source = "terraform-aws-modules/sns/aws"
version = "~> 3.0"
version = "~> 6.0"


name = "backups_${var.env}"
Expand Down

0 comments on commit 6e7e301

Please sign in to comment.