Skip to content

Commit

Permalink
Update private endpoint network policies to use string type for priva…
Browse files Browse the repository at this point in the history
…te_endpoint_network_policies_enabled variable
  • Loading branch information
Pwd9000-ML committed Sep 5, 2024
1 parent 1cafe8b commit 5524f71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ variable "subnet_config_delegated_aci" {
subnet_name = string
subnet_address_space = list(string)
service_endpoints = list(string)
private_endpoint_network_policies_enabled = "Enabled"
private_endpoint_network_policies_enabled = string
private_link_service_network_policies_enabled = bool
delegation_name = string
delegation_service = string
Expand Down

0 comments on commit 5524f71

Please sign in to comment.