We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d2b9d31 commit b5d8760Copy full SHA for b5d8760
templates/addons/aws/modules/bastion/variables.tf
@@ -48,7 +48,7 @@ variable "device_name" {
48
variable "key_name" {
49
description = "The name of the key pair to use for the instance"
50
type = string
51
- default = "" // Set empty to disable key pair
+ default = null // optional, null in case no key pair is used
52
}
53
54
variable "iam_instance_profile" {
templates/terraform/.tool-versions
@@ -1,2 +1,2 @@
1
terraform 1.13.3
2
-trivy 0.47.0
+trivy 0.69.2
0 commit comments