hashicorp / terraform-cdk

Define infrastructure resources using programming constructs and provision them using HashiCorp Terraform
https://www.terraform.io/cdktf
Mozilla Public License 2.0
4.79k stars 443 forks source link

GOOGLE COMPUTE REGIONAL SECURITY POLICY POLICY/CLASS DOESN'T EXIST #3610

Open cyber-francis opened 2 months ago

cyber-francis commented 2 months ago

Description

There is currently no compute regional security policy/rule class.

References

N/A

Help Wanted

Community Note

ansgarm commented 1 month ago

Hi @cyber-francis 👋

Could you share which version of CDKTF, the google (pre-built?) provider you use and on which language?

If it is available in Terraform, it should be available in CDKTF as well, so you might be on an outdated version somehow 🙂

cyber-francis commented 1 month ago

I was able to use the google beta version. But, there is another problem: the regional security policy doesn't implement a default deny, instead it implements a default allow.

Please, are you guys aware of this, and is there a fix coming soon or already out there?