Skip to content

Commit 2feb450

Browse files
committed
Remove comment
1 parent c13e348 commit 2feb450

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

modules/aws_ec2_standalone/variables.tf

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -34,12 +34,6 @@ variable "subnet_id" {
3434
description = "VPC Subnet ID to launch in."
3535
}
3636

37-
# variable "instance_ami" {
38-
# type = string
39-
# default = "ami-06bb3ee01d992f30d" # Ubuntu Server 22.04 LTS 64-bit x86
40-
# description = "AMI for EC2 instance. Defaults to `ami-06bb3ee01d992f30d` (Ubuntu Server 22.04 LTS 64-bit x86)."
41-
# }
42-
4337
variable "ssh_key_name" {
4438
type = string
4539
description = "EC2 SSH keypair"

0 commit comments

Comments
 (0)