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:
KhalimCK 2026-03-17 12:28:24 +00:00 committed by GitHub
commit b580dfcdcc
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -5,6 +5,12 @@ terraform {
version = ">= 5.0"
}
}
backend "s3" {
bucket = "cdn-certificate-terraform-state"
key = "terraform.tfstate"
region = "eu-west-2"
}
}
provider "aws" {