full-mouse-82324
01/15/2021, 4:58 AMallow,deny
must be specified
exporting the firewall rule
with >>gcloud compute firewall-rules list --format=json
produces a valid firewall resource.
Using the cli with >>pulumi import gcpcompute/firewallFirewall default projects/my-project/global/firewalls/allow-local
produces the same error.
This is true for all firewall rules. The vpc resource in the same import returns a valid preview.
Thoughts?