mirror of
https://github.com/Hestia-Homes/Model.git
synced 2026-06-30 13:10:47 +00:00
Merge pull request #900 from Hestia-Homes/deploy-fastapi-with-terraform
Deploy fastapi with terraform: ensure cdn certificate state bucket is populated
This commit is contained in:
commit
b580dfcdcc
1 changed files with 6 additions and 0 deletions
|
|
@ -5,6 +5,12 @@ terraform {
|
||||||
version = ">= 5.0"
|
version = ">= 5.0"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
backend "s3" {
|
||||||
|
bucket = "cdn-certificate-terraform-state"
|
||||||
|
key = "terraform.tfstate"
|
||||||
|
region = "eu-west-2"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
provider "aws" {
|
provider "aws" {
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue