Skip to content

Commit

Permalink
Update kubernetes_fleet_manager.html.markdown
Browse files Browse the repository at this point in the history
  • Loading branch information
hqhqhqhqhqhqhqhqhqhqhq committed Dec 22, 2024
1 parent db05f04 commit a391449
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions website/docs/r/kubernetes_fleet_manager.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit a391449

Please sign in to comment.