Skip to content

Commit e3262fc

Browse files
committed
s3-sns-terraform: Update AWS Provider to v6
1 parent 2cfcc4e commit e3262fc

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

s3-sns-terraform/main.tf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ terraform {
22
required_providers {
33
aws = {
44
source = "hashicorp/aws"
5-
version = "~> 3.27"
5+
version = "~> 6.0"
66
}
77
}
88

@@ -67,4 +67,4 @@ output "S3-Bucket" {
6767
output "SNS-Topic-ARN" {
6868
value = aws_sns_topic.MySNSTopic.arn
6969
description = "The SNS Topic ARN"
70-
}
70+
}

0 commit comments

Comments
 (0)