diff --git a/modules/azapi-update-resource/variables.tf b/modules/azapi-update-resource/variables.tf index f0f6418..64544dc 100644 --- a/modules/azapi-update-resource/variables.tf +++ b/modules/azapi-update-resource/variables.tf @@ -1,5 +1,5 @@ variable "body" { - description = "It is in a format like @. is the Azure resource type, for example, Microsoft.Storage/storageAccounts. 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 }