mirror of
https://github.com/Hestia-Homes/Model.git
synced 2026-07-12 13:29:04 +00:00
correct reference to abri api tf state bucket in hubspot etl lambda
This commit is contained in:
parent
399e00606f
commit
358fa1b01d
1 changed files with 1 additions and 1 deletions
|
|
@ -28,7 +28,7 @@ data "terraform_remote_state" "magic_plan" {
|
|||
data "terraform_remote_state" "abri_api" {
|
||||
backend = "s3"
|
||||
config = {
|
||||
bucket = "abri-api-terraform-state"
|
||||
bucket = "abri-terraform-state"
|
||||
key = "env:/${var.stage}/terraform.tfstate"
|
||||
region = "eu-west-2"
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue