Skip to content

Commit

Permalink
Add shared state storage
Browse files Browse the repository at this point in the history
  • Loading branch information
smokestacklightnin committed Sep 26, 2024
1 parent 6d82ff6 commit 6c99c12
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions web/deploy/terraform/state/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,8 @@ module "prod_state" {
source = "./modules/"
environment = "prod"
}

module "shared_state" {
source = "./modules/"
environment = "shared"
}

0 comments on commit 6c99c12

Please sign in to comment.