Skip to content

Commit d261568

Browse files
committed
document no_security_groups flag
1 parent 4457520 commit d261568

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 null (for networks not owned by project)
18+
no_security_groups: Optional. Bool (default: false). Disable security groups
1919
EOT
2020
}
2121

0 commit comments

Comments
 (0)