Skip to content

Commit

Permalink
azurerm_federated_identity_credential: fix docs (#19254)
Browse files Browse the repository at this point in the history
  • Loading branch information
favoretti authored Nov 11, 2022
1 parent edaa524 commit ed70377
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions website/docs/r/federated_identity_credential.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ resource "azurerm_user_assigned_identity" "example" {
}
resource "azurerm_federated_identity_credential" "example" {
location = azurerm_resource_group.example.location
name = "example"
resource_group_name = azurerm_resource_group.example.name
audience = ["foo"]
Expand All @@ -39,8 +38,6 @@ resource "azurerm_federated_identity_credential" "example" {

The following arguments are supported:

* `location` - (Required) The Azure Region where the Federated Identity Credential should exist. Changing this forces a new Federated Identity Credential to be created.

* `name` - (Required) Specifies the name of this Federated Identity Credential. Changing this forces a new Federated Identity Credential to be created.

* `resource_group_name` - (Required) Specifies the name of the Resource Group within which this Federated Identity Credential should exist. Changing this forces a new Federated Identity Credential to be created.
Expand Down

0 comments on commit ed70377

Please sign in to comment.