Changed per review
This commit is contained in:
@ -8,4 +8,11 @@ variable "resource_group_location" {
|
||||
type = string
|
||||
default = "eastus"
|
||||
description = "Location of the resource group."
|
||||
}
|
||||
|
||||
|
||||
variable "start_date" {
|
||||
type = string
|
||||
default = "2024-06-01"
|
||||
description = "Start date."
|
||||
}
|
Reference in New Issue
Block a user