initial commit of replacement infrastructure automation
[awsible] / infrastructure / terraform-infrastructure / outputs.tf
1 output "region" { value = "${var.region}" }
2 output "remote_state_bucket" { value = "${var.remote_state_bucket}" }
3 output "remote_state_table" { value = "${var.remote_state_table}" }
4 output "environment" { value = "${var.environment}" }