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
GitHub recently added an option for is_alphanumeric in github_repository_autolink_reference. This was added to v5.8.0 of terraform-github-provider and documented here
is_alphanumeric
github_repository_autolink_reference
v5.8.0
Bumping the provider causes a change to all our current autolinks, like below.
-/+ resource "github_repository_autolink_reference" "repository_autolink_reference" { + etag = (known after apply) ~ id = "346367" -> (known after apply) + is_alphanumeric = true # forces replacement # (3 unchanged attributes hidden) }
It would be great if autolink_references could be extented to support setting is_alphanumeric.
autolink_references
The text was updated successfully, but these errors were encountered:
autolink_reference
Created PR #156 that adds possibility to set is_alphanumeric inside autolink_reference to false.
false
Sorry, something went wrong.
soerenmartius
Successfully merging a pull request may close this issue.
GitHub recently added an option for
is_alphanumeric
ingithub_repository_autolink_reference
. This was added tov5.8.0
of terraform-github-provider and documented hereBumping the provider causes a change to all our current autolinks, like below.
It would be great if
autolink_references
could be extented to support settingis_alphanumeric
.The text was updated successfully, but these errors were encountered: