diff --git a/terraform/iaas-cluster-deployment-tf/README.md b/terraform/iaas-cluster-deployment-tf/README.md index c5431b3..f6fbb12 100644 --- a/terraform/iaas-cluster-deployment-tf/README.md +++ b/terraform/iaas-cluster-deployment-tf/README.md @@ -68,7 +68,7 @@ No modules. |------|-------------|------|---------|:--------:| | [aws-cloud-account-name](#input\_aws-cloud-account-name) | The name of your AWS account as assigned in Palette | `string` | `""` | no | | [aws-key-pair-name](#input\_aws-key-pair-name) | The name of the AWS key pair to use for SSH access to the cluster. Refer to [EC2 Key Pairs](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-key-pairs.html) to learn more. | `string` | `""` | no | -| [aws-region](#input\_aws-region) | AWS region | `string` | n/a | yes | +| [aws-region](#input\_aws-region) | AWS region | `string` | `"us-east-1"` | yes | | [aws\_master\_nodes](#input\_aws\_master\_nodes) | AWS master nodes configuration. |
object({|
count = string
control_plane = bool
instance_type = string
disk_size_gb = string
availability_zones = list(string)
})
{| no | | [aws\_worker\_nodes](#input\_aws\_worker\_nodes) | AWS worker nodes configuration. |
"availability_zones": [
"us-east-1a"
],
"control_plane": true,
"count": "1",
"disk_size_gb": "60",
"instance_type": "m4.2xlarge"
}
object({|
count = string
control_plane = bool
instance_type = string
disk_size_gb = string
availability_zones = list(string)
})
{| no | | [azure-cloud-account-name](#input\_azure-cloud-account-name) | The name of your Azure account as assigned in Palette | `string` | `""` | no | diff --git a/terraform/iaas-cluster-update-tf/README.md b/terraform/iaas-cluster-update-tf/README.md index 7fa6240..91bbbdc 100644 --- a/terraform/iaas-cluster-update-tf/README.md +++ b/terraform/iaas-cluster-update-tf/README.md @@ -85,7 +85,7 @@ No modules. | [aws-cloud-account-name](#input\_aws-cloud-account-name) | The name of your AWS account as assigned in Palette | `string` | `""` | no | | [aws-key-pair-name](#input\_aws-key-pair-name) | The name of the AWS key pair to use for SSH access to the cluster. Refer to [EC2 Key Pairs](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-key-pairs.html) to learn more. | `string` | `""` | no | | [aws-hello-universe-api-uri](#input\_aws-hello-universe-api-uri) | The URI of the `hello-universe-api` service deployed to AWS. | `string` | `"http://REPLACE_ME:3000"` | no | -| [aws-region](#input\_aws-region) | AWS region | `string` | n/a | yes | +| [aws-region](#input\_aws-region) | AWS region | `string` | `"us-east-1"` | yes | | [aws\_master\_nodes](#input\_aws\_master\_nodes) | AWS master nodes configuration. |
"availability_zones": [
"us-east-1a"
],
"control_plane": false,
"count": "1",
"disk_size_gb": "60",
"instance_type": "m4.2xlarge"
}
object({|
count = string
control_plane = bool
instance_type = string
disk_size_gb = string
availability_zones = list(string)
})
{| no | | [aws\_worker\_nodes](#input\_aws\_worker\_nodes) | AWS worker nodes configuration. |
"availability_zones": [
"us-east-1a"
],
"control_plane": true,
"count": "1",
"disk_size_gb": "60",
"instance_type": "m4.2xlarge"
}
object({|
count = string
control_plane = bool
instance_type = string
disk_size_gb = string
availability_zones = list(string)
})
{| no | | [azure-cloud-account-name](#input\_azure-cloud-account-name) | The name of your Azure account as assigned in Palette | `string` | `""` | no |
"availability_zones": [
"us-east-1a"
],
"control_plane": false,
"count": "1",
"disk_size_gb": "60",
"instance_type": "m4.2xlarge"
}