Skip to content

Commit

Permalink
remove angle brackets
Browse files Browse the repository at this point in the history
  • Loading branch information
mattJsonar committed Sep 17, 2024
1 parent 1fc7ed5 commit bd39aef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/azapi-update-resource/variables.tf
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
variable "body" {
description = "It is in a format like <resource-type>@<api-version>. <resource-type> is the Azure resource type, for example, Microsoft.Storage/storageAccounts. <api-version> is version of the API used to manage this azure resource."
description = "It is in a format like resource-type@api-version. resource-type is the Azure resource type, for example, Microsoft.Storage/storageAccounts. api-version is version of the API used to manage this azure resource."
type = string
}

Expand Down

0 comments on commit bd39aef

Please sign in to comment.