Skip to content

Commit

Permalink
These spaces cause a change to be planned every time (#69)
Browse files Browse the repository at this point in the history
  • Loading branch information
skolsuper authored and aknysh committed Jan 14, 2019
1 parent c50fcd1 commit c546ab6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -486,7 +486,7 @@ resource "aws_elastic_beanstalk_environment" "default" {
setting {
namespace = "aws:autoscaling:launchconfiguration"
name = "SSHSourceRestriction"
value = "tcp, 22, 22, ${var.ssh_source_restriction}"
value = "tcp,22,22,${var.ssh_source_restriction}"
}
setting {
namespace = "aws:autoscaling:launchconfiguration"
Expand Down

0 comments on commit c546ab6

Please sign in to comment.