Update Doc and Variables
This commit is contained in:
2
terraform/ec2.tf
Normal file → Executable file
2
terraform/ec2.tf
Normal file → Executable file
@@ -30,7 +30,7 @@ resource "aws_security_group" "netlab_sg" {
|
||||
|
||||
resource "aws_instance" "containerlab_host" {
|
||||
ami = var.AWS_AMI[var.AWS_REGION]
|
||||
instance_type = "t2.xlarge"
|
||||
instance_type = var.INSTANCE_TYPE
|
||||
key_name = var.AWS_KEY_NAME
|
||||
vpc_security_group_ids = [aws_security_group.netlab_sg.id]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user