You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Applies a hierarchical firewall policy to a target resource
17
+
Allows associating hierarchical firewall policies with the target where they are applied.
19
18
---
20
19
21
20
# google_compute_firewall_policy_association
22
21
23
22
Allows associating hierarchical firewall policies with the target where they are applied. This allows creating policies and rules in a different location than they are applied.
23
+
For more information on applying hierarchical firewall policies see the [official documentation](https://cloud.google.com/firewall/docs/firewall-policies#managing_hierarchical_firewall_policy_resources)
24
24
25
-
For more information on applying hierarchical firewall policies see the [official documentation](https://cloud.google.com/vpc/docs/firewall-policies#managing_hierarchical_firewall_policy_resources)
25
+
~> **Warning:** This resource is in beta, and should be used with the terraform-provider-google-beta provider.
26
+
See [Provider Versions](https://terraform.io/docs/providers/google/guides/provider_versions.html) for more details on beta resources.
27
+
28
+
To get more information about FirewallPolicyAssociation, see:
In Terraform v1.5.0 and later, use an [`import` block](https://developer.hashicorp.com/terraform/language/import) to import FirewallPolicyAssociation using one of the formats above. For example:
91
105
92
106
```tf
@@ -102,6 +116,3 @@ When using the [`terraform import` command](https://developer.hashicorp.com/terr
0 commit comments