Skip to content

Commit 5911f20

Browse files
Update vars.tf
Fix typo error
1 parent ded702d commit 5911f20

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

vars.tf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ variable "ec2_associate_public_ip_address" {
5151

5252
variable "ami" {
5353
type = string
54-
default = "ami-0cffefff2d52e0a23"
54+
default = "ami-0cffefff2d52e0a23"
5555
}
5656

5757
variable "default_instance_type" {
@@ -219,4 +219,4 @@ variable "install_node_termination_handler" {
219219
variable "node_termination_handler_release" {
220220
type = string
221221
default = "v1.20.0"
222-
}
222+
}

0 commit comments

Comments
 (0)