Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

azurerm_federated_identity_credential: fix docs #19254

Merged
merged 1 commit into from
Nov 11, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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