From 722b3f59f878935606bd284ebb15ff7f6607c34b Mon Sep 17 00:00:00 2001 From: lcaggio Date: Mon, 17 May 2021 18:41:37 +0200 Subject: [PATCH] Fix link --- modules/vpc-sc/variables.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/vpc-sc/variables.tf b/modules/vpc-sc/variables.tf index 38fa13a34..490f4951e 100644 --- a/modules/vpc-sc/variables.tf +++ b/modules/vpc-sc/variables.tf @@ -41,7 +41,7 @@ variable "access_policy_title" { } variable "egress_policies" { - description = "List of EgressPolicies in the form described in the [documentation](https://registry.terraform.io/providers/hashicorp/google/latest/docs/resources/access_context_manager_service_perimeter#ingress_policies)" + description = "List of EgressPolicies in the form described in the [documentation](https://registry.terraform.io/providers/hashicorp/google/latest/docs/resources/access_context_manager_service_perimeter#egress_policies)" default = null }