This repository has been archived on 2022-11-03. You can view files and clone it, but cannot push or open issues or pull requests.
DevOpsOpenHack/support/sqlsecretrotation/iac/terraform/variables.tf

25 lines
372 B
Terraform
Raw Normal View History

2022-11-03 20:41:13 +00:00
variable "key_vault_resource_group_name" {
description = ""
type = string
}
variable "key_vault_name" {
description = ""
type = string
}
variable "resources_prefix" {
description = ""
type = string
}
variable "location" {
description = ""
type = string
}
variable "secret_name" {
description = ""
type = string
}