output tfstate bucket name

This commit is contained in:
Daniel Roth 2026-03-12 11:25:38 +00:00
parent 5e93fbbfaf
commit 604dea8a2a

View file

@ -530,6 +530,10 @@ module "ara_fast_api_state_bucket" {
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
module "fast_api_s3_read_and_write" {
source = "../modules/s3_iam_policy"