mirror of
https://github.com/Hestia-Homes/Model.git
synced 2026-06-30 13:10:47 +00:00
Merge pull request #973 from Hestia-Homes/feature/hubspot-trigger-orchestrator
Hubspot trigger orchestrator: Fix typo in tfstate key
This commit is contained in:
commit
9a7ca26931
1 changed files with 1 additions and 1 deletions
|
|
@ -11,7 +11,7 @@ data "terraform_remote_state" "pashub_to_ara" {
|
||||||
backend = "s3"
|
backend = "s3"
|
||||||
config = {
|
config = {
|
||||||
bucket = "pashub-to-ara-terraform-state"
|
bucket = "pashub-to-ara-terraform-state"
|
||||||
key = "ev:/${var.stage}/terraform.tfstate"
|
key = "env:/${var.stage}/terraform.tfstate"
|
||||||
region = "eu-west-2"
|
region = "eu-west-2"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue