Skip to content

Commit 334cdfd

Browse files
authored
added version
1 parent 70df40b commit 334cdfd

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

versions.tf

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
terraform {
2+
required_version = ">= 0.12"
3+
required_providers {
4+
aws = {
5+
source = "hashicorp/aws"
6+
version = ">= 3.28"
7+
}
8+
cloudinit = {
9+
source = "hashicorp/cloudinit"
10+
version = ">= 2.1"
11+
}
12+
}
13+
}

0 commit comments

Comments
 (0)