Skip to content

Commit b5d8760

Browse files
committed
[#327] Update key name
1 parent d2b9d31 commit b5d8760

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

templates/addons/aws/modules/bastion/variables.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ variable "device_name" {
4848
variable "key_name" {
4949
description = "The name of the key pair to use for the instance"
5050
type = string
51-
default = "" // Set empty to disable key pair
51+
default = null // optional, null in case no key pair is used
5252
}
5353

5454
variable "iam_instance_profile" {

templates/terraform/.tool-versions

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
terraform 1.13.3
2-
trivy 0.47.0
2+
trivy 0.69.2

0 commit comments

Comments
 (0)