Skip to content

Commit

Permalink
resolve comments 2
Browse files Browse the repository at this point in the history
  • Loading branch information
mattJsonar committed Sep 17, 2024
1 parent ee2f831 commit 113c630
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 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 = "The request body used to add on to an existing Azure resource."
type = string
}

Expand All @@ -9,6 +9,6 @@ variable "resource_id" {
}

variable "type" {
description = "The request body used to add on to an existing 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 = any
}

0 comments on commit 113c630

Please sign in to comment.