Skip to content

Commit

Permalink
Fix output names
Browse files Browse the repository at this point in the history
  • Loading branch information
javaguirre committed Jan 31, 2020
1 parent 11a1234 commit 1a2431b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions terraform/outputs.tf
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
output "Prestashop URL STAGING" {
output "prestashop-staging" {
value = "ssh ${aws_instance.prestashop_staging.public_ip}:22"
}

output "Prestashop URL PRODUCTION" {
output "prestashop-production" {
value = "ssh ${aws_instance.prestashop_production.public_ip}:22"
}

0 comments on commit 1a2431b

Please sign in to comment.