Skip to content

Commit 6bff6aa

Browse files
authored
Update main.tf
1 parent a296869 commit 6bff6aa

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

dev/main.tf

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1-
1+
terraform {
2+
required_providers {
3+
null = {
4+
source = "hashicorp/null"
5+
version = "~> 3.2"
6+
}
7+
}
8+
}
29

310
resource "null_resource" "test3111" {}

0 commit comments

Comments
 (0)