diff --git a/s3-sns-terraform/main.tf b/s3-sns-terraform/main.tf index 92a906a7ab..fef99e8e8b 100644 --- a/s3-sns-terraform/main.tf +++ b/s3-sns-terraform/main.tf @@ -2,7 +2,7 @@ terraform { required_providers { aws = { source = "hashicorp/aws" - version = "~> 3.27" + version = "~> 6.0" } } @@ -67,4 +67,4 @@ output "S3-Bucket" { output "SNS-Topic-ARN" { value = aws_sns_topic.MySNSTopic.arn description = "The SNS Topic ARN" -} \ No newline at end of file +}