We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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
The text was updated successfully, but these errors were encountered:
Arrgh, that's true.
Sorry, something went wrong.
"
update_interval_*
e792256
chore(main): release 7.13.1 (#1178)
745fc46
🤖 I have created a release *beep* *boop* --- ## [7.13.1](7.13.0...7.13.1) (2024-08-22) ### Bug Fixes * add `"` to the new `update_interval_*` options of the autoscaler ([#1177](#1177)) ([e792256](e792256)), closes [#1176](#1176) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). --------- Co-authored-by: cattle-ops-releaser-2[bot] <134548870+cattle-ops-releaser-2[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Successfully merging a pull request may close this issue.
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
The text was updated successfully, but these errors were encountered: