Skip to content

Commit b7dd2fb

Browse files
committed
updated versions.tf with compatible aws provider
1 parent 609343f commit b7dd2fb

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

versions.tf

+3
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11

22
terraform {
33
required_version = ">= 0.12"
4+
required_providers {
5+
aws = ">=2.30.0"
6+
}
47
}

0 commit comments

Comments
 (0)