You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Create github_branch_protection that matches the one above
terraform apply
Important Factoids
This is against GitHub:Enterprise 2.8. The vcd_vapp thing I was talking about above is that we have it set to 'allocated', which is a thing in the documetnation that has worked for a while for us, but now it keeps storing the IP in the state and wanting to change it back to 'allocated' every run. This doesnt actually change anything as far as we can tell, whichs i why it appears simiar, in that it keeps wanting to apply the change. but here it isnt applying the change. With vcd_vapp it seems more of a statefile handling issue.
References
terraform-providers/terraform-provider-vcd#29 for that issue
The text was updated successfully, but these errors were encountered:
@gregswift Correct, we can release v0.1.1 of the github provider (probably should do that now), and it'll be present in the latest 0.10 beta of Terraform.
Hi there,
Terraform Version
0.9.11 (Last time I knew this worked was 0.9.5, but we upgraded and it started having this issue)
Affected Resource(s)
We are seeing a similar output with the vcd_vapp.ip, but I'm not sure that its the same issue. We aren't seeing it with any other resources.
Terraform Configuration Files
Debug Output
https://gist.github.com/gregswift/5a934aa4a638701ec1a73123b84fb788 (encrypted with hashicorp gpg key)
Panic Output
No panic
Expected Behavior
The configuration should be set in GitHub to require reviews and include admins.
Actual Behavior
The setting isn't taking so every time we run
terraform apply
it wants to re-apply the setting.Steps to Reproduce
terraform apply
Important Factoids
This is against GitHub:Enterprise 2.8. The vcd_vapp thing I was talking about above is that we have it set to 'allocated', which is a thing in the documetnation that has worked for a while for us, but now it keeps storing the IP in the state and wanting to change it back to 'allocated' every run. This doesnt actually change anything as far as we can tell, whichs i why it appears simiar, in that it keeps wanting to apply the change. but here it isnt applying the change. With vcd_vapp it seems more of a statefile handling issue.
References
terraform-providers/terraform-provider-vcd#29 for that issue
The text was updated successfully, but these errors were encountered: