mirror of
https://github.com/Hestia-Homes/Model.git
synced 2026-06-08 11:17:27 +00:00
fix typo in terraform state key
This commit is contained in:
parent
5a4bddadfd
commit
9378c417e1
1 changed files with 1 additions and 1 deletions
|
|
@ -11,7 +11,7 @@ data "terraform_remote_state" "pashub_to_ara" {
|
|||
backend = "s3"
|
||||
config = {
|
||||
bucket = "pashub-to-ara-terraform-state"
|
||||
key = "ev:/${var.stage}/terraform.tfstate"
|
||||
key = "env:/${var.stage}/terraform.tfstate"
|
||||
region = "eu-west-2"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue