Assigned
Status Update
Comments
yn...@google.com <yn...@google.com> #2
Checked on 11/17 - No update or person assigned to the ticket
yn...@google.com <yn...@google.com> #3
Hi! On behalf of CME, I wanted to check on the latest status of this issue?
ko...@google.com <ko...@google.com>
ko...@google.com <ko...@google.com> #4
Hello,
Thanks for reaching out to us!
The issue has been created and the Product Engineering Team is working on this request. At this moment, there is no ETA to this request. Thank you for your trust and continued support to improve Google Cloud Platform products.
In case you want to report a new issue, please do not hesitate to create a new Issue Tracker thread describing your issue.
Description
Problem you have encountered:
When I have an organization policy set as follows
constraints/compute.requireVpcFlowLogs
The following request fails with "Constraint constraints/compute.requireVpcFlowLogs violated for project. To allow the specified configuration for subnetwork test-subnet, the org policy must be disabled. Seehttps://cloud.google.com/vpc/docs/org-policy-flow-logs for more information."
However, if I remove the
"filterExpr": "true"
from the request, it works.What you expected to happen: I would expect it would work as is.
Steps to reproduce: Create the org policy as defined above Send the request as defined above, see the error. Send the same request, remove
"filterExpr": "true"
and it will succeed.Other information (workarounds you have tried, documentation consulted, etc):https://github.com/hashicorp/terraform-provider-google/issues/11265