Skip to content

Commit

Permalink
Another little terraform typo (#20)
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelPereira authored and osterman committed May 15, 2018
1 parent 434fe7e commit d58d787
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ module "eg_prod_bastion_xyz_label" {
}
resource "aws_security_group" "eg_prod_bastion_xyz" {
name = "module.eg_prod_bastion_xyz_label.id"
name = "${module.eg_prod_bastion_xyz_label.id}"
tags = "${module.eg_prod_bastion_xyz_label.tags}"
ingress {
from_port = 22
Expand Down

0 comments on commit d58d787

Please sign in to comment.