Skip to content

Commit

Permalink
add terraform block to all examples and sub-modules
Browse files Browse the repository at this point in the history
  • Loading branch information
shadycuz committed Oct 6, 2022
1 parent 1a17f5c commit 2fab5d3
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 0 deletions.
3 changes: 3 additions & 0 deletions examples/hello_custom/terraform.tf
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
terraform {
required_version = ">= 0.12"
}
3 changes: 3 additions & 0 deletions examples/hello_multiple/terraform.tf
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
terraform {
required_version = ">= 0.12"
}
3 changes: 3 additions & 0 deletions examples/hello_world/terraform.tf
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
terraform {
required_version = ">= 0.12"
}
3 changes: 3 additions & 0 deletions modules/greet_multiple/terraform.tf
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
terraform {
required_version = ">= 0.12"
}
3 changes: 3 additions & 0 deletions modules/make_exciting/terraform.tf
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
terraform {
required_version = ">= 0.12"
}
3 changes: 3 additions & 0 deletions modules/say_hello/terraform.tf
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
terraform {
required_version = ">= 0.12"
}

0 comments on commit 2fab5d3

Please sign in to comment.