Skip to content

Commit

Permalink
Add required version
Browse files Browse the repository at this point in the history
  • Loading branch information
smokestacklightnin committed Sep 23, 2024
1 parent a5c5f9a commit 4072fbc
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
terraform {
required_version = ">= 1.0.0, < 2.0.0"
}

module "prod_state_bootstrap" {
# I would like to make this path more robust using something like `path.root`
source = "../../../modules/bootstrap/state_storage/"
Expand Down
4 changes: 4 additions & 0 deletions web/deploy/terraform/staging/bootstrap/state_storage/main.tf
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
terraform {
required_version = ">= 1.0.0, < 2.0.0"
}

module "stage_state_bootstrap" {
# I would like to make this path more robust using something like `path.root`
source = "../../../modules/bootstrap/state_storage/"
Expand Down

0 comments on commit 4072fbc

Please sign in to comment.