diff --git a/examples/global-backend-security-policy-complete/README.md b/examples/global-backend-security-policy-complete/README.md index 0343fbb..e9f3c62 100644 --- a/examples/global-backend-security-policy-complete/README.md +++ b/examples/global-backend-security-policy-complete/README.md @@ -4,7 +4,7 @@ This example performs the following: - Network (VPC/Subnets/Firewall-rules/NAT). - Creates a `global cloud armor security policy`. - Creates a VM instance behind a `global external application load balancer`. -- Attaches `security policy` to the backend service. +- Attaches `security policy` to the backend service by passing security policy link in `security_policy` parameter in `google_compute_backend_service` resource. ## Usage diff --git a/examples/regional-adv-ddos-and-edge-security-policy-complete/README.md b/examples/regional-adv-ddos-and-edge-security-policy-complete/README.md index 641c857..fffb8fd 100644 --- a/examples/regional-adv-ddos-and-edge-security-policy-complete/README.md +++ b/examples/regional-adv-ddos-and-edge-security-policy-complete/README.md @@ -5,7 +5,7 @@ This example performs the following: - Enables `advanced network DDoS protection` in two regions `us-central1` and `us-east1`. - Creates a `network edge security policy` in `us-central1`. - Creates a VM instance behind a `network load balancer`. -- Attaches `network edge security policy` to the backend service. +- Attaches `network edge security policy` to the backend service by passing security policy link in `security_policy` parameter in `google_compute_region_backend_service` resource. Advanced network DDoS protection and network edge security policy is only availalable to projects enrolled in [Cloud Armor Enterprise](https://cloud.google.com/armor/docs/armor-enterprise-overview) diff --git a/examples/regional-advanced-network-ddos-protection-enterprise/README.md b/examples/regional-advanced-network-ddos-protection-enterprise/README.md index c6eda25..5bc5b7a 100644 --- a/examples/regional-advanced-network-ddos-protection-enterprise/README.md +++ b/examples/regional-advanced-network-ddos-protection-enterprise/README.md @@ -1,6 +1,6 @@ # Enable Cloud Armor Advanced Network DDoS Protection -This example enables a advanced network DDoS protection in two regions `us-central1` and `us-east1`. Advanced network DDoS protection is only availalable to projects enrolled in [Cloud Armor Enterprise](https://cloud.google.com/armor/docs/armor-enterprise-overview) +This example enables a [advanced network DDoS protection](https://cloud.google.com/armor/docs/armor-enterprise-overview#advanced_network_ddos_protection) in two regions `us-central1` and `us-east1`. `Advanced network DDoS protection` is only availalable to projects enrolled in [Cloud Armor Enterprise](https://cloud.google.com/armor/docs/armor-enterprise-overview) ## Usage diff --git a/examples/regional-network-edge-security-policy-enterprise/README.md b/examples/regional-network-edge-security-policy-enterprise/README.md index 1f8badf..8ed2062 100644 --- a/examples/regional-network-edge-security-policy-enterprise/README.md +++ b/examples/regional-network-edge-security-policy-enterprise/README.md @@ -1,6 +1,6 @@ # Enable Cloud Armor Network Edge Security Policy -This example creates network edge security policy with policy rules. Feature is only availalable to projects enrolled in [Cloud Armor Enterprise](https://cloud.google.com/armor/docs/armor-enterprise-overview) with [Advanced network DDoS protection](https://cloud.google.com/armor/docs/advanced-network-ddos#activate-advanced-ddos-protection) enabled. You can use [this sub-module](../advanced-network-ddos-protection/) to enable `advanced network ddos protection `. See [example](../regional-advanced-network-ddos-protection-enterprise/) for enabling advanced newtork ddos protection. If you need an end to end example for deploying security policy and attach it to backend service see [complete example](../regional-adv-ddos-and-edge-security-policy-complete/) +This example creates [network edge security policy](https://cloud.google.com/armor/docs/network-edge-policies) with policy rules. Feature is only availalable to projects enrolled in [Cloud Armor Enterprise](https://cloud.google.com/armor/docs/armor-enterprise-overview) with [Advanced network DDoS protection](https://cloud.google.com/armor/docs/advanced-network-ddos#activate-advanced-ddos-protection) enabled. You can use [this sub-module](../advanced-network-ddos-protection/) to enable `advanced network ddos protection `. See [example](../regional-advanced-network-ddos-protection-enterprise/) for enabling advanced newtork ddos protection. If you need an end to end example for deploying security policy and attach it to backend service see [complete example](../regional-adv-ddos-and-edge-security-policy-complete/) ## Usage