mirror of
https://github.com/Hestia-Homes/Model.git
synced 2026-06-30 13:10:47 +00:00
Merge pull request #856 from Hestia-Homes/main
Deploy fastapi with terraform: output tfstate bucket name
This commit is contained in:
commit
1f552b51a8
1 changed files with 4 additions and 0 deletions
|
|
@ -530,6 +530,10 @@ module "ara_fast_api_state_bucket" {
|
||||||
bucket_name = "ara-fast-api-terraform-state"
|
bucket_name = "ara-fast-api-terraform-state"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
output "ara_fast_api_state_bucket" {
|
||||||
|
value = module.ara_fast_api_state_bucket.bucket_name
|
||||||
|
}
|
||||||
|
|
||||||
# S3 policy for FastAPI app to read and write from various S3 buckets
|
# S3 policy for FastAPI app to read and write from various S3 buckets
|
||||||
module "fast_api_s3_read_and_write" {
|
module "fast_api_s3_read_and_write" {
|
||||||
source = "../modules/s3_iam_policy"
|
source = "../modules/s3_iam_policy"
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue