-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
google_compute_network_edge_security_service showing diff for security_policy #15686
Comments
@imrannayer can you share the debug log that can show the diff? |
I'm not sure this is wrong exactly, the docs for this field does say "The resource URL for the network edge security service associated with this network edge security service." We could add a diff suppress func on this field to only compare the value after "projects/" but it seems reasonable to just input the self_link value. |
I think we can keep it as it is. Adding an example will make it easier for everyone to know they need to use self_link and not id. You can add the example I posted in this ticket. |
Community Note
modular-magician
user, it is either in the process of being autogenerated, or is planned to be autogenerated soon. If an issue is assigned to a user, that user is claiming responsibility for the issue. If an issue is assigned tohashibot
, a community member has claimed the issue already.Terraform Version
Affected Resource(s)
Terraform Configuration Files
Debug Output
Panic Output
Expected Behavior
google_compute_network_edge_security_service.security_policy accepts both security policy ID or self_link.
Actual Behavior
It shows diff after first execution if security policy ID is passed. It works fine when self_link is passed.
Steps to Reproduce
terraform apply
Important Factoids
References
b/309763678
The text was updated successfully, but these errors were encountered: