Skip to content

Commit c546ab6

Browse files
skolsuperaknysh
authored andcommitted
These spaces cause a change to be planned every time (#69)
1 parent c50fcd1 commit c546ab6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -486,7 +486,7 @@ resource "aws_elastic_beanstalk_environment" "default" {
486486
setting {
487487
namespace = "aws:autoscaling:launchconfiguration"
488488
name = "SSHSourceRestriction"
489-
value = "tcp, 22, 22, ${var.ssh_source_restriction}"
489+
value = "tcp,22,22,${var.ssh_source_restriction}"
490490
}
491491
setting {
492492
namespace = "aws:autoscaling:launchconfiguration"

0 commit comments

Comments
 (0)