blog-rekahsoft-ca/infra/outputs.tf
Collin J. Doering 9b779ec31b
Upgrade terraform from 0.11.x to 0.12
Signed-off-by: Collin J. Doering <collin@rekahsoft.ca>
2019-06-13 22:57:31 -04:00

5 lines
65 B
HCL

output "s3_bucket_static" {
value = aws_s3_bucket.static.id
}