Closed pokidovea closed 3 months ago
update_interval and update_interval_when_expecting config values are rendered without quotes what leads to the parsing error:
update_interval
update_interval_when_expecting
update_interval = 1m update_interval_when_expecting = 2s
Unexpected character, expected only whitespace or comments till end of line
Adding quotes like below solves the problem
update_interval = "1m" update_interval_when_expecting = "2s"
terraform-aws-gitlab-runner v7.13.0
Arrgh, that's true.
Describe the bug
update_interval
andupdate_interval_when_expecting
config values are rendered without quotes what leads to the parsing error:Unexpected character, expected only whitespace or comments till end of line
Adding quotes like below solves the problem
Additional info
terraform-aws-gitlab-runner v7.13.0