-
Notifications
You must be signed in to change notification settings - Fork 31
/
Copy pathterraform.tfvars
45 lines (30 loc) · 1.23 KB
/
terraform.tfvars
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
#################################################
# Provider Details & Project Name
#################################################
region = "Mention_Required-Region"
access_key = "Mention-Your-Access-Key"
secret_key = "Mention-Your-Secret-Key"
project = "Mention-Your-Project-name"
#################################################
# VPC Requiremnet
#################################################
vpc_cidr = "Mention-VPC-CIDR-Block"
subnetcidr = "3"
#################################################
# EC2 Requirement
#################################################
ami = "Mention-Required-AMI"
type = "Mention-Required-Instance-Type"
vol_size = "Mention-Required-Root-Vlo-Size"
key = "Mention-Key-To-Access"
#################################################
# ASG Requirement
#################################################
min = "Mention-Required-Minimum-Count"
max = "Mention-Required-Maximum-Count"
desired = "Mention-Required-Desired-Count"
#################################################
# Listner Rule
#################################################
domain1 = "Mention-Domain-Name"
domain2 = "Mention-Domain-Name"