Skip to content

Commit

Permalink
minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mandar242 committed Nov 21, 2024
1 parent 74ee704 commit 0d81188
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
---
aws_security_token: "{{ security_token | default(omit) }}"
resource_prefix: mandkulkt1

# VPC and Subnet Configuration
vpc_name: "{{ resource_prefix }}-vpc"
Expand All @@ -10,7 +9,7 @@ test_subnet_cidr: '101.{{ 255 | random(seed=resource_prefix) }}.0.0/24'

# EC2 Instance Configuration
ec2_instance_type: t2.micro
ec2_key_name: "{{ resource_prefix }}-ec2-key" # SSH key name for EC2 instances
ec2_key_name: "{{ resource_prefix }}-ec2-key"

# External Security Group Configuration
external_sg_name: "{{ resource_prefix }}-external-sg"
Expand Down

0 comments on commit 0d81188

Please sign in to comment.