This commit is contained in:
lcaggio 2021-05-17 18:41:37 +02:00
parent 4ecd13225a
commit 722b3f59f8
1 changed files with 1 additions and 1 deletions

View File

@ -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
}