mirror of
https://github.com/mr-vercetti/tf-aws-demo.git
synced 2025-01-18 19:35:34 +01:00
11 lines
251 B
HCL
Executable File
11 lines
251 B
HCL
Executable File
output "s3_state_bucket" {
|
|
value = module.remote_state.state_bucket.id
|
|
}
|
|
|
|
output "dynamodb_state_lock_table_name" {
|
|
value = module.remote_state.dynamodb_table.name
|
|
}
|
|
|
|
output "kms_state_key_id" {
|
|
value = module.remote_state.kms_key.id
|
|
} |