blog-rekahsoft-ca/infra/outputs.tf

4 lines
69 B
Terraform
Raw Normal View History

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