From 19ae047541c27ffd18f82bfe5630d9a8c5ffcad7 Mon Sep 17 00:00:00 2001 From: Imran Nayer Date: Fri, 19 Apr 2024 21:44:58 +0000 Subject: [PATCH] added advanced network ddos protection sub-module --- examples/advanced-network-ddos-protection/main.tf | 2 +- modules/advanced-network-ddos-protection/README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/advanced-network-ddos-protection/main.tf b/examples/advanced-network-ddos-protection/main.tf index 21eba09..6cfde4e 100644 --- a/examples/advanced-network-ddos-protection/main.tf +++ b/examples/advanced-network-ddos-protection/main.tf @@ -19,7 +19,7 @@ resource "random_id" "suffix" { } module "advanced_network_ddos_protection" { - source = "GoogleCloudPlatform/cloud-armor/google//modules/network-advanced-ddos-protection" + source = "GoogleCloudPlatform/cloud-armor/google//modules/advanced-network-ddos-protection" version = "~> 2.0" project_id = var.project_id diff --git a/modules/advanced-network-ddos-protection/README.md b/modules/advanced-network-ddos-protection/README.md index 362d742..9b3bd3b 100644 --- a/modules/advanced-network-ddos-protection/README.md +++ b/modules/advanced-network-ddos-protection/README.md @@ -15,7 +15,7 @@ There are examples included in the [examples](https://github.com/GoogleCloudPlat ``` module "advanced_network_ddos_protection" { - source = "GoogleCloudPlatform/cloud-armor/google//modules/network-advanced-ddos-protection" + source = "GoogleCloudPlatform/cloud-armor/google//modules/advanced-network-ddos-protection" version = "~> 2.0" project_id = var.project_id