Skip to content

Commit

Permalink
Reorganize modules
Browse files Browse the repository at this point in the history
  • Loading branch information
smokestacklightnin committed Sep 26, 2024
1 parent 8376d61 commit 6d82ff6
Show file tree
Hide file tree
Showing 7 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions web/deploy/terraform/state/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@ terraform {
}

module "stage_state" {
source = "./bootstrap/"
source = "./modules/"
environment = "stage"
}

module "prod_state" {
source = "./bootstrap/"
source = "./modules/"
environment = "prod"
}
File renamed without changes.

0 comments on commit 6d82ff6

Please sign in to comment.