Customizing CloudCustodian GCP CloudFunctions parameters #9295
Unanswered
alextodicescu
asked this question in
GCP
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm trying to deploy a test CloudCustodian policy in a GCP environment that has several GCP Organization policy constraints
Deploying the below test c7n policy results in policy constraint violations for the above
The docs don't seem to provide info how any of the below CloudFunction parameters can be set:
https://cloud.google.com/python/docs/reference/cloudfunctions/latest/google.cloud.functions_v2.types.BuildConfig
https://cloud.google.com/python/docs/reference/cloudfunctions/latest/google.cloud.functions_v2.types.ServiceConfig
Is there any way currently to use CloudFunctions 2nd gen and setting these parameters?
Below is an example of working gcloud command for creating CloudFunctions in our environment. I'm looking to configure CloudCustodian to deploy CloudFunctions with a similar set of parameters
Beta Was this translation helpful? Give feedback.
All reactions