projects
/
awsible
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
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}" }