Skip to content

Commit

Permalink
azurerm_trusted_signing_account - update document (#27873)
Browse files Browse the repository at this point in the history
  • Loading branch information
ziyeqf authored Nov 4, 2024
1 parent 33e736f commit 5aa08cf
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions website/docs/r/trusted_signing_account.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,10 @@ resource "azurerm_resource_group" "example" {
}
resource "azurerm_trusted_signing_account" "example" {
resource_group_name = "example"
name = "example-account"
resource_group_name = azurerm_resource_group.example.name
location = "West Europe"
sku {
name = "Basic"
}
sku_name = "Basic"
}
```

Expand Down

0 comments on commit 5aa08cf

Please sign in to comment.