Skip to content
This repository was archived by the owner on Jan 23, 2025. It is now read-only.

Commit 23cf92d

Browse files
committed
constrain aws provider >= 2.0
1 parent 6288375 commit 23cf92d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

main.tf

+2-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@ terraform {
77
}
88

99
provider "aws" {
10-
region = "${var.aws_region}"
10+
region = "${var.aws_region}"
11+
version = "~> 2.0"
1112
}
1213

1314
# -----------------------------------------------------------------

0 commit comments

Comments
 (0)