Skip to content

Commit

Permalink
updated docs
Browse files Browse the repository at this point in the history
  • Loading branch information
imrannayer committed Apr 20, 2024
1 parent 4bc303a commit 0836853
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions modules/network-edge-security-policy/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@ You can attch network edge security policy to [external passthrough Network Load

```
module "network_edge_security_policy" {
source = "GoogleCloudPlatform/cloud-armor/google//modules/advanced-network-ddos-protection"
source = "GoogleCloudPlatform/cloud-armor/google//modules/network-edge-security-policy"
version = "~> 2.0"
project_id = var.project_id
region = "us-central1"
policy_name = "test-nw-edge-security-policy-${random_id.suffix.hex}"
policy_name = "test-nw-edge-security-policy"
policy_user_defined_fields = [
{},
Expand All @@ -34,12 +34,12 @@ There are examples included in the [examples](https://github.com/GoogleCloudPlat

```
module "network_edge_security_policy" {
source = "GoogleCloudPlatform/cloud-armor/google//modules/advanced-network-ddos-protection"
source = "GoogleCloudPlatform/cloud-armor/google//modules/network-edge-security-policy"
version = "~> 2.0"
project_id = var.project_id
region = "us-central1"
policy_name = "test-nw-edge-security-policy-${random_id.suffix.hex}"
policy_name = "test-nw-edge-security-policy"
policy_user_defined_fields = [
{
Expand Down

0 comments on commit 0836853

Please sign in to comment.