We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c13e348 commit 2feb450Copy full SHA for 2feb450
modules/aws_ec2_standalone/variables.tf
@@ -34,12 +34,6 @@ variable "subnet_id" {
34
description = "VPC Subnet ID to launch in."
35
}
36
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
-
43
variable "ssh_key_name" {
44
type = string
45
description = "EC2 SSH keypair"
0 commit comments