You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|`cluster_name`| yes | The name of the OpenShift cluster you will install |
146
-
|`base_domain`| yes | The domain that has been created in Route53 public hosted zone |
124
+
|`cluster_name`| yes | The name of the OpenShift cluster you will install |
125
+
|`base_domain`| yes | The domain that has been created in Route53 public hosted zone |
147
126
|`openshift_pull_secret`| no | The value refers to a file name that contain downloaded pull secret from https://cloud.redhat.com/openshift/pull-secret; the default name is `openshift_pull_secret.json`|
148
-
|`openshift_installer_url`|no| The URL to the download site for Red Hat OpenShift installation and client codes. |
127
+
|`openshift_version`|yes| The openshift version to be installed. |
149
128
|`aws_region`| yes | AWS region that the VPC will be created in. By default, uses `us-east-2`. Note that for an HA installation, the AWS selected region should have at least 3 availability zones. |
150
129
|`aws_extra_tags`| no | AWS tag to identify a resource for example owner:myname |
151
-
|`aws_ami`|yes|Red Hat CoreOS ami for your region (see [here](https://docs.openshift.com/container-platform/4.6/installing/installing_aws/installing-aws-user-infra.html#installation-aws-user-infra-rhcos-ami_installing-aws-user-infra)). Other platforms images information can be found [here](https://github.com/openshift/installer/blob/master/data/data/rhcos.json)|
152
-
|`aws_secret_access_key`|yes|adding aws_secret_access_key to the cluster|
153
-
|`aws_access_key_id`|yes|adding aws_access_key_id to the cluster|
154
-
|`aws_azs`|yes|list of availability zones to deploy VMs |
130
+
|`aws_azs`|no|list of availability zones to deploy VMs - default to the [`a`, `b`, `c`]|
131
+
|`openshift_byo_dns`|no|whether to ignore DNS resources (you still need a public zone defined)|
132
+
|`openshift_ssh_key`|no|whether to use a specific public key |
133
+
|`openshift_additional_trust_bundle`|no|additional trust bundle for accessing resources - ie proxy or repo |
155
134
|`aws_publish_strategy`| no | Whether to publish the API endpoint externally - Default: "External"|
156
135
|`airgapped`| no | A map with enabled (true/false) and repository name - This must be used with `aws_publish_strategy` of `Internal`|
136
+
|`proxy_config`| no | To be implemented |
137
+
|`use_ipv4`| no | To be implemented |
138
+
|`use_ipv6`| no | To be implemented |
139
+
157
140
158
141
159
142
See [Terraform documentation](https://www.terraform.io/intro/getting-started/variables.html) for the format of this file.
0 commit comments