Feature/packer jenkins (#31)

* packer jenkins update
This commit is contained in:
Edward Viaene
2020-03-17 21:21:40 +01:00
committed by GitHub
parent 50df73f39a
commit ef34e41349
10 changed files with 99 additions and 37 deletions
+3
View File
@@ -6,3 +6,6 @@ output "app-ip" {
value = [aws_instance.app-instance.*.public_ip]
}
output "s3-bucket" {
value = aws_s3_bucket.terraform-state.bucket
}