aws_playground/terraform/aws/terraform.tfvars

7 lines
205 B
Plaintext
Raw Normal View History

2023-09-22 19:08:47 +00:00
# AWS Variables
aws_region = "us-east-1"
aws_security_group = "sg-0335e29b8928dd542"
aws_instance_type = "t2.micro"
aws_key_pair_name = "awsvegas"
aws_user_data_file_path = "node.sh"
aws_instance_count = 5