-
Notifications
You must be signed in to change notification settings - Fork 777
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
[BUG] terraform plan is not empty when using github_branch_protection with actor names #1555
Labels
Status: Up for grabs
Issues that are ready to be worked on by anyone
Type: Bug
Something isn't working as documented
Comments
Here is some debug logs.
that comes from
|
bpaquet
added a commit
to bpaquet/terraform-provider-github
that referenced
this issue
Jun 3, 2023
kfcampbell
added a commit
that referenced
this issue
Jun 22, 2023
avidspartan1
pushed a commit
to avidspartan1/terraform-provider-github
that referenced
this issue
Feb 5, 2024
…ntegrations#1711) Co-authored-by: Keegan Campbell <me@kfcampbell.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Status: Up for grabs
Issues that are ready to be worked on by anyone
Type: Bug
Something isn't working as documented
Context
When using the
github_branch_protection
resource with actor names instead of actor IDs, theterraform plan
after aterraform apply
is not empty and wants to remove the actor IDs, even though it has not been used.Example:
First terraform apply:
Second terraform apply, done right after the first one:
Expected behavior
Terraform plan should be empty when the first one was applied
Actual behavior
Terraform plan is not empty and wants to remove the actor ID
Steps to reproduce:
Run two times in a row
terraform apply
with the resourcegithub_branch_protection
using actor nameAdditional context:
Full terraform code to easily reproduce the error:
The text was updated successfully, but these errors were encountered: