Skip to content

Commit 4bd6efa

Browse files
committed
Add version contraint
1 parent 90bad20 commit 4bd6efa

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

versions.tf

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
terraform {
2+
required_providers {
3+
aws = {
4+
source = "hashicorp/aws"
5+
version = "~> 5.0"
6+
}
7+
}
8+
}

0 commit comments

Comments
 (0)