Skip to content

Commit

Permalink
Revise agent_pool_profile note (#5509)
Browse files Browse the repository at this point in the history
Link to new azurerm_kubernetes_cluster_node_pool resource in azurerm_kubernetes_cluster agent_pool_profile note, to clarify path to multiple node pools.
  • Loading branch information
rhummelmose authored and katbyte committed Jan 25, 2020
1 parent 426816e commit bab8456
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions website/docs/r/kubernetes_cluster.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ The following arguments are supported:

* `agent_pool_profile` - (Optional) One or more `agent_pool_profile` blocks as defined below.

~> **NOTE:** The `agent_pool_profile` block has been superseded by the `default_node_pool` block and will be removed in 2.0
~> **NOTE:** The `agent_pool_profile` block has been superseded by the `default_node_pool` block and will be removed in 2.0. For additional node pools beyond default, see [azurerm_kubernetes_cluster_node_pool](https://www.terraform.io/docs/providers/azurerm/r/kubernetes_cluster_node_pool.html).

* `addon_profile` - (Optional) A `addon_profile` block as defined below.

Expand Down Expand Up @@ -160,7 +160,7 @@ A `addon_profile` block supports the following:

A `agent_pool_profile` block supports the following:

~> **NOTE:** The `agent_pool_profile` block has been superseded by the `default_node_pool` block and will be removed in 2.0
~> **NOTE:** The `agent_pool_profile` block has been superseded by the `default_node_pool` block and will be removed in 2.0. For additional node pools beyond default, see [azurerm_kubernetes_cluster_node_pool](https://www.terraform.io/docs/providers/azurerm/r/kubernetes_cluster_node_pool.html).

* `name` - (Required) Unique name of the Agent Pool Profile in the context of the Subscription and Resource Group. Changing this forces a new resource to be created.

Expand Down

0 comments on commit bab8456

Please sign in to comment.