Skip to content

Commit

Permalink
Updating based on 67f110c5
Browse files Browse the repository at this point in the history
  • Loading branch information
hc-github-team-tf-azure committed Mar 6, 2024
1 parent cd6d8e7 commit 0ecbc80
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -183,9 +183,6 @@ resource "azurerm_kubernetes_fleet_manager" "test" {
name = "acctestkfm${var.random_string}"
location = azurerm_resource_group.test.location
resource_group_name = azurerm_resource_group.test.name
hub_profile {
dns_prefix = "val-${var.random_string}"
}
}
Expand Down
3 changes: 0 additions & 3 deletions website/docs/r/kubernetes_fleet_member.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,6 @@ resource "azurerm_kubernetes_fleet_manager" "example" {
name = "example"
location = azurerm_resource_group.example.location
resource_group_name = azurerm_resource_group.example.name
hub_profile {
dns_prefix = "val-example"
}
}
resource "azurerm_resource_group" "example" {
name = "example-resources"
Expand Down

0 comments on commit 0ecbc80

Please sign in to comment.