Skip to content

Commit

Permalink
update variable
Browse files Browse the repository at this point in the history
  • Loading branch information
mamari90 committed Nov 23, 2023
1 parent 4640cbf commit c2f8bf1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion kubernetes_velero_backup/99_variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,8 @@ variable "location" {

variable "resource_group_name" {
type = string
description = "(Required) The name of the resource group in which to create the scheduled query rule instance. Changing this forces a new resource to be created."
description = "(Optional) Required if alerts enabled. The name of the resource group in which to create the scheduled query rule instance. Changing this forces a new resource to be created."
default = null
}


Expand Down

0 comments on commit c2f8bf1

Please sign in to comment.