Skip to content

Commit

Permalink
Merge pull request #7 from solarce/master
Browse files Browse the repository at this point in the history
v0.1.13 - fix for sg_mysql output name
  • Loading branch information
solarce committed Feb 27, 2015
2 parents d76dcb3 + 695d74e commit e475ca0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sg_mysql/outputs.tf
@@ -1,4 +1,4 @@
// Output ID of sg_web SG we made
output "security_group_id_memcached" {
output "security_group_id_mysql" {
value = "${aws_security_group.main_security_group.id}"
}

0 comments on commit e475ca0

Please sign in to comment.