We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a296869 commit 6bff6aaCopy full SHA for 6bff6aa
dev/main.tf
@@ -1,3 +1,10 @@
1
-
+terraform {
2
+ required_providers {
3
+ null = {
4
+ source = "hashicorp/null"
5
+ version = "~> 3.2"
6
+ }
7
8
+}
9
10
resource "null_resource" "test3111" {}
0 commit comments