|
output "s3_bucket_arn" {
|
|
value = module.tf_backend.s3_bucket_arn
|
|
description = "The ARN of the S3 bucket for tfstate"
|
|
}
|
|
|
|
output "dynamodb_table_name" {
|
|
value = module.tf_backend.dynamodb_table_name
|
|
description = "The name of the DynamoDB table with tfstate lock"
|
|
}
|