mirror of
https://github.com/Hestia-Homes/Model.git
synced 2026-06-08 11:17:27 +00:00
output tfstate bucket name
This commit is contained in:
parent
5e93fbbfaf
commit
604dea8a2a
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"
|
||||
}
|
||||
|
||||
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"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue