HistoryPurge: Clearing 17 old commits
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
variable "name" {
|
||||
type = string
|
||||
description = "Name of Ec2 instance"
|
||||
}
|
||||
|
||||
variable "disable_secure_idmsv2" {
|
||||
type = bool
|
||||
default = false
|
||||
description = "Allow use of insecure idmsv1. Default is false."
|
||||
}
|
||||
Reference in New Issue
Block a user