Skip to content
New issue

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

Support terraform-provider-github v4 #168

Merged
merged 3 commits into from
Dec 16, 2020

Conversation

foooomio
Copy link
Member

terraform-provider-github が 4.1.0 になっていたので試しに対応してみました。

Related: #167

@konomin-bot
Copy link
Member

-/+ github_branch_protection.hackathon_master (new resource required)
    id:                                                                "hackathon:master" => "<computed>" (forces new resource)
    pattern:                                                           "" => "master"
    push_restrictions.#:                                               "" => "1"
    push_restrictions.134640469:                                       "" => "imas_hack"
    repository_id:                                                     "" => "hackathon" (forces new resource)

-/+ github_branch_protection.imasparql_master (new resource required)
    id:                                                                "imasparql:master" => "<computed>" (forces new resource)
    pattern:                                                           "" => "master"
    repository_id:                                                     "" => "imasparql" (forces new resource)

-/+ github_branch_protection.mastodon_imastodon (new resource required)
    id:                                                                "mastodon:imastodon" => "<computed>" (forces new resource)
    pattern:                                                           "" => "imastodon"
    repository_id:                                                     "" => "mastodon" (forces new resource)

Plan: 3 to add, 0 to change, 3 to destroy.

Copy link
Member

@treby treby left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ありがとうございます。

@treby treby merged commit 1372e93 into imas:master Dec 16, 2020
@foooomio foooomio deleted the terraform-provider-github branch December 16, 2020 11:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants