Skip to content

Commit 979c3b6

Browse files
Update Terraform aws to v5 (#745)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent d9313a0 commit 979c3b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

aws_benchmark/providers.tf

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ terraform {
22
required_providers {
33
aws = {
44
source = "hashicorp/aws"
5-
version = "~> 4.0"
5+
version = "~> 5.0"
66
}
77
}
88
}

0 commit comments

Comments
 (0)