Skip to content

Commit 3af5f7b

Browse files
authored
Update variables.tf
1 parent 600f1e1 commit 3af5f7b

File tree

1 file changed

+1
-1
lines changed
  • environments/skeleton/{{cookiecutter.environment}}/tofu

1 file changed

+1
-1
lines changed

environments/skeleton/{{cookiecutter.environment}}/tofu/variables.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ variable "cluster_networks" {
1515
List of mappings defining networks. Mapping key/values:
1616
network: Required. Name of existing network
1717
subnet: Required. Name of existing subnet
18-
port_security_enabled: Optional. Bool, default true
18+
port_security_enabled: Optional. Bool, default null (for networks not owned by project)
1919
EOT
2020
}
2121

0 commit comments

Comments
 (0)