-
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
Add support for Cloud Armor Edge policies #10761
Add support for Cloud Armor Edge policies #10761
Comments
Great request! We are currently implementing this on a project and it would be amazing to be able to create it through terraform! |
This request will be an effective solution to our project because today, we only configure it by GCP UI! |
Hello, Was wondering if I can do anything to support getting this complete and released. This type of resource has been a big ask from my team and I would be happy to contribute to see it though |
Hi Team, We really need this to help us on Lift and Shift migration projects that are using Cloud Armor with storage backends. |
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. |
Community Note
Description
GCP Cloud Armor security policies (compute_security_policy) have a
type
field, which must be set toCLOUD_ARMOR_EDGE
to support edge rules for Backend Buckets.https://cloud.google.com/compute/docs/reference/rest/beta/securityPolicies (search for
CLOUD_ARMOR_EDGE
)New or Affected Resource(s)
type
fieldrules
for supported syntaxes, "edge" policies support limited subset of rulessecurity_policy
, same as backend_servicePotential Terraform Configuration
References
The text was updated successfully, but these errors were encountered: