account_role_prefix |
User-defined prefix for all generated AWS resources (default "account-role-") |
string |
null |
no |
additional_trust_bundle |
A string containing a PEM-encoded X.509 certificate bundle that will be added to the nodes' trusted certificate store. |
string |
null |
no |
admin_credentials_password |
Admin password that is created with the cluster. The password must contain at least 14 characters (ASCII-standard) without whitespaces including uppercase letters, lowercase letters, and numbers or symbols. |
string |
null |
no |
admin_credentials_username |
Admin username that is created with the cluster. auto generated username - "cluster-admin" |
string |
null |
no |
autoscaler_max_node_provision_time |
Maximum time cluster-autoscaler waits for node to be provisioned. |
string |
null |
no |
autoscaler_max_nodes_total |
Maximum number of nodes in all node groups. Cluster autoscaler will not grow the cluster beyond this number. |
number |
null |
no |
autoscaler_max_pod_grace_period |
Gives pods graceful termination time before scaling down. |
number |
null |
no |
autoscaler_pod_priority_threshold |
To allow users to schedule 'best-effort' pods, which shouldn't trigger Cluster Autoscaler actions, but only run when there are spare resources available. |
number |
null |
no |
aws_availability_zones |
The AWS availability zones where instances of the default worker machine pool are deployed. Leave empty for the installer to pick availability zones |
list(string) |
[] |
no |
aws_billing_account_id |
The AWS billing account identifier where all resources are billed. If no information is provided, the data will be retrieved from the currently connected account. |
string |
null |
no |
aws_subnet_ids |
The Subnet IDs to use when installing the cluster. |
list(string) |
n/a |
yes |
cluster_autoscaler_enabled |
Enable Autoscaler for this cluster. This resource is currently unavailable and using will result in error 'Autoscaler configuration is not available' |
bool |
false |
no |
cluster_name |
Name of the cluster. After the creation of the resource, it is not possible to update the attribute value. |
string |
n/a |
yes |
compute_machine_type |
Identifies the Instance type used by the default worker machine pool e.g. m5.xlarge . Use the rhcs_machine_types data source to find the possible values. |
string |
null |
no |
create_account_roles |
Create the aws account roles for rosa |
bool |
false |
no |
create_admin_user |
To create cluster admin user with default username cluster-admin and generated password. It will be ignored if admin_credentials_username or admin_credentials_password is set. (default: false) |
bool |
null |
no |
create_oidc |
Create the oidc resources. This value should not be updated, please create a new resource instead or utilize the submodule to create a new oidc config |
bool |
false |
no |
create_operator_roles |
Create the aws account roles for rosa |
bool |
false |
no |
default_ingress_listening_method |
Listening Method for ingress. Options are ["internal", "external"]. Default is "external". When empty is set based on private variable. |
string |
"" |
no |
destroy_timeout |
Maximum duration in minutes to allow for destroying resources. (Default: 60 minutes) |
number |
null |
no |
disable_waiting_in_destroy |
Disable addressing cluster state in the destroy resource. Default value is false, and so a destroy will wait for the cluster to be deleted. |
bool |
null |
no |
ec2_metadata_http_tokens |
Should cluster nodes use both v1 and v2 endpoints or just v2 endpoint of EC2 Instance Metadata Service (IMDS). Available since OpenShift 4.11.0. |
string |
"optional" |
no |
etcd_encryption |
Add etcd encryption. By default etcd data is encrypted at rest. This option configures etcd encryption on top of existing storage encryption. |
bool |
null |
no |
etcd_kms_key_arn |
The key ARN is the Amazon Resource Name (ARN) of a CMK. It is a unique, fully qualified identifier for the CMK. A key ARN includes the AWS account, Region, and the key ID. |
string |
null |
no |
host_prefix |
Subnet prefix length to assign to each individual node. For example, if host prefix is set to "23", then each node is assigned a /23 subnet out of the given CIDR. |
number |
null |
no |
http_proxy |
A proxy URL to use for creating HTTP connections outside the cluster. The URL scheme must be http. |
string |
null |
no |
https_proxy |
A proxy URL to use for creating HTTPS connections outside the cluster. |
string |
null |
no |
identity_providers |
Provides a generic approach to add multiple identity providers after the creation of the cluster. This variable allows users to specify configurations for multiple identity providers in a flexible and customizable manner, facilitating the management of resources post-cluster deployment. For additional details regarding the variables utilized, refer to the idp sub-module. For non-primitive variables (such as maps, lists, and objects), supply the JSON-encoded string. |
map(any) |
{} |
no |
kms_key_arn |
The key ARN is the Amazon Resource Name (ARN) of a CMK. It is a unique, fully qualified identifier for the CMK. A key ARN includes the AWS account, Region, and the key ID. |
string |
null |
no |
kubelet_configs |
Provides a generic approach to add multiple kubelet configs after the creation of the cluster. This variable allows users to specify configurations for multiple kubelet configs in a flexible and customizable manner, facilitating the management of resources post-cluster deployment. For additional details regarding the variables utilized, refer to the idp sub-module. For non-primitive variables (such as maps, lists, and objects), supply the JSON-encoded string. |
map(any) |
{} |
no |
machine_cidr |
Block of IP addresses used by OpenShift while installing the cluster, for example "10.0.0.0/16". |
string |
null |
no |
machine_pools |
Provides a generic approach to add multiple machine pools after the creation of the cluster. This variable allows users to specify configurations for multiple machine pools in a flexible and customizable manner, facilitating the management of resources post-cluster deployment. For additional details regarding the variables utilized, refer to the machine-pool sub-module. For non-primitive variables (such as maps, lists, and objects), supply the JSON-encoded string. |
map(any) |
{} |
no |
managed_oidc |
OIDC type managed or unmanaged oidc. Only active when create_oidc also enabled. This value should not be updated, please create a new resource instead |
bool |
true |
no |
no_proxy |
A comma-separated list of destination domain names, domains, IP addresses or other network CIDRs to exclude proxying. |
string |
null |
no |
oidc_config_id |
The unique identifier associated with users authenticated through OpenID Connect (OIDC) within the ROSA cluster. If create_oidc is false this attribute is required. |
string |
null |
no |
oidc_endpoint_url |
Registered OIDC configuration issuer URL, added as the trusted relationship to the operator roles. Valid only when create_oidc is false. |
string |
null |
no |
openshift_version |
Desired version of OpenShift for the cluster, for example '4.1.0'. If version is greater than the currently running version, an upgrade will be scheduled. |
string |
n/a |
yes |
operator_role_prefix |
User-defined prefix for generated AWS operator policies. Use "account-role-prefix" in case no value provided. |
string |
null |
no |
path |
The arn path for the account/operator roles as well as their policies. Must begin and end with '/'. |
string |
"/" |
no |
permissions_boundary |
The ARN of the policy that is used to set the permissions boundary for the IAM roles in STS clusters. |
string |
"" |
no |
pod_cidr |
Block of IP addresses from which Pod IP addresses are allocated, for example "10.128.0.0/14". |
string |
null |
no |
private |
Restrict master API endpoint and application routes to direct, private connectivity. (default: false) |
bool |
false |
no |
properties |
User defined properties. |
map(string) |
null |
no |
replicas |
Number of worker nodes to provision. This attribute is applicable solely when autoscaling is disabled. Single zone clusters need at least 2 nodes, multizone clusters need at least 3 nodes. Hosted clusters require that the number of worker nodes be a multiple of the number of private subnets. (default: 2) |
number |
null |
no |
service_cidr |
Block of IP addresses for services, for example "172.30.0.0/16". |
string |
null |
no |
tags |
Apply user defined tags to all cluster resources created in AWS. After the creation of the cluster is completed, it is not possible to update this attribute. |
map(string) |
null |
no |
upgrade_acknowledgements_for |
Indicates acknowledgement of agreements required to upgrade the cluster version between minor versions (e.g. a value of "4.12" indicates acknowledgement of any agreements required to upgrade to OpenShift 4.12.z from 4.11 or before). |
string |
null |
no |
wait_for_create_complete |
Wait until the cluster is either in a ready state or in an error state. The waiter has a timeout of 20 minutes. (default: true) |
bool |
true |
no |
wait_for_std_compute_nodes_complete |
Wait until the initial set of machine pools to be available. The waiter has a timeout of 60 minutes. (default: true) |
bool |
true |
no |