mirror of
https://github.com/Hestia-Homes/Model.git
synced 2026-06-08 11:17:27 +00:00
Merge pull request #837 from Hestia-Homes/deploy-fastapi-with-terraform
Deploy fastapi with terraform: fix typo in tfstate s3 location
This commit is contained in:
commit
fc4e96ac35
1 changed files with 2 additions and 2 deletions
|
|
@ -14,7 +14,7 @@ data "terraform_remote_state" "engine" {
|
||||||
backend = "s3"
|
backend = "s3"
|
||||||
config = {
|
config = {
|
||||||
bucket = "ara-engine-terraform-state",
|
bucket = "ara-engine-terraform-state",
|
||||||
key = "env:/${var.stage}/teraform.tfstate"
|
key = "env:/${var.stage}/terraform.tfstate"
|
||||||
region = "eu-west-2"
|
region = "eu-west-2"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
@ -23,7 +23,7 @@ data "terraform_remote_state" "categorisation" {
|
||||||
backend = "s3"
|
backend = "s3"
|
||||||
config = {
|
config = {
|
||||||
bucket = "categorisation-terraform-state",
|
bucket = "categorisation-terraform-state",
|
||||||
key = "env:/${var.stage}/teraform.tfstate"
|
key = "env:/${var.stage}/terraform.tfstate"
|
||||||
region = "eu-west-2"
|
region = "eu-west-2"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue