Skip to content
This repository was archived by the owner on Oct 31, 2019. It is now read-only.

Commit a981cbc

Browse files
committed
Clarify boolean values are strings for the time being.
1 parent 920a87d commit a981cbc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/input-variables.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -139,9 +139,9 @@ public_subnet_ssh_ingress | 0.0.0.0/0 | A CIDR notation
139139
public_subnet_http_ingress | 0.0.0.0/0 | A CIDR notation IP range that is allowed access to port 80 on instances in the public subnet
140140
public_subnet_https_ingress | 0.0.0.0/0 | A CIDR notation IP range that is allowed access to port 443 on instances in the public subnet
141141
natInstanceShape | VM.Standard1.1 | OCI shape for the optional NAT instance. Size according to the amount of expected _outbound_ traffic from nodes and pods
142-
nat_instance_ad1_enabled | true | whether to provision a NAT instance in AD 1 (only used when control_plane_subnet_access=private)
143-
nat_instance_ad2_enabled | false | whether to provision a NAT instance in AD 2 (only used when control_plane_subnet_access=private)
144-
nat_instance_ad3_enabled | false | whether to provision a NAT instance in AD 3 (only used when control_plane_subnet_access=private)
142+
nat_instance_ad1_enabled | "true" | whether to provision a NAT instance in AD 1 (only used when control_plane_subnet_access=private)
143+
nat_instance_ad2_enabled | "false" | whether to provision a NAT instance in AD 2 (only used when control_plane_subnet_access=private)
144+
nat_instance_ad3_enabled | "false" | whether to provision a NAT instance in AD 3 (only used when control_plane_subnet_access=private)
145145

146146
*Note*
147147

0 commit comments

Comments
 (0)