Skip to content

Add support for is_alphanumeric in autolink reference #142

Open
@mmh

Description

@mmh

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

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.

Activity

tobiasehlert

tobiasehlert commented on Apr 28, 2023

@tobiasehlert

Created PR #156 that adds possibility to set is_alphanumeric inside autolink_reference to false.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

    Participants

    @mmh@soerenmartius@tobiasehlert

    Issue actions

      Add support for is_alphanumeric in autolink reference · Issue #142 · mineiros-io/terraform-github-repository