Skip to content

Commit

Permalink
azurerm_redhat_openshift_cluster - doc fix cluster_profile.version (
Browse files Browse the repository at this point in the history
#24703)

* fix version in doc

* fix

* terrafmt

* Update website/docs/r/redhat_openshift_cluster.html.markdown

Co-authored-by: stephybun <[email protected]>

---------

Co-authored-by: stephybun <[email protected]>
  • Loading branch information
teowa and stephybun authored Jan 31, 2024
1 parent 8b60dbb commit e59654d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions website/docs/r/redhat_openshift_cluster.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,8 @@ resource "azurerm_redhat_openshift_cluster" "example" {
resource_group_name = azurerm_resource_group.example.name
cluster_profile {
domain = "aro-example.com"
domain = "aro-example.com"
version = "4.13.23"
}
network_profile {
Expand Down Expand Up @@ -198,7 +199,7 @@ A `worker_profile` block supports the following:

A `cluster_profile` block supports the following:

* `version` - (Required) The version of the OpenShift cluster. Changing this forces a new resource to be created.
* `version` - (Required) The version of the OpenShift cluster. Available versions can be found with the Azure CLI command `az aro get-versions --location <region>`. Changing this forces a new resource to be created.

* `domain` - (Required) The custom domain for the cluster. For more info, see [Prepare a custom domain for your cluster](https://docs.microsoft.com/azure/openshift/tutorial-create-cluster#prepare-a-custom-domain-for-your-cluster-optional). Changing this forces a new resource to be created.

Expand Down

0 comments on commit e59654d

Please sign in to comment.