Initial Oracle Deep Data Security lab kit
This commit is contained in:
16
terraform/modules/vault/variables.tf
Normal file
16
terraform/modules/vault/variables.tf
Normal file
@@ -0,0 +1,16 @@
|
||||
variable "compartment_id" {
|
||||
description = "Compartment OCID."
|
||||
type = string
|
||||
}
|
||||
|
||||
variable "name_prefix" {
|
||||
description = "Resource name prefix."
|
||||
type = string
|
||||
}
|
||||
|
||||
variable "freeform_tags" {
|
||||
description = "Freeform tags."
|
||||
type = map(string)
|
||||
default = {}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user