From a391449c3977e200b37a18a6e877e753461d54f9 Mon Sep 17 00:00:00 2001 From: Harry Qu Date: Mon, 23 Dec 2024 10:39:02 +1100 Subject: [PATCH] Update kubernetes_fleet_manager.html.markdown --- .../r/kubernetes_fleet_manager.html.markdown | 20 +++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/website/docs/r/kubernetes_fleet_manager.html.markdown b/website/docs/r/kubernetes_fleet_manager.html.markdown index e271953ddcb4..652ebc7cdd77 100644 --- a/website/docs/r/kubernetes_fleet_manager.html.markdown +++ b/website/docs/r/kubernetes_fleet_manager.html.markdown @@ -34,14 +34,34 @@ The following arguments are supported: * `resource_group_name` - (Required) Specifies the name of the Resource Group within which this Kubernetes Fleet Manager should exist. Changing this forces a new Kubernetes Fleet Manager to be created. +* `hub_profile` - (Optional) A hub_profile block as defined below. + * `tags` - (Optional) A mapping of tags which should be assigned to the Kubernetes Fleet Manager. +--- + +A `hub_profile` block supports the following: + +* `dns_prefix` - (Required) DNS prefix used to create the FQDN for the Fleet hub. + ## Attributes Reference In addition to the Arguments listed above - the following Attributes are exported: * `id` - The ID of the Kubernetes Fleet Manager. +* `hub_profile` - (Optional) A hub_profile block as defined below. + +--- + +A `hub_profile` block exports the following: + +* `fqdn` - The FQDN of the Fleet hub. + +* `kubernetes_version` - The Kubernetes version of the Fleet hub. + +* `portal_fqdn` - The Azure Portal FQDN of the Fleet hub. + ## Timeouts The `timeouts` block allows you to specify [timeouts](https://www.terraform.io/docs/configuration/resources.html#timeouts) for certain actions: