-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathaws.tfvars
24 lines (24 loc) · 965 Bytes
/
aws.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
aws_instance_type = "c5.4xlarge"
aws_ise_ami = "ami-0ffd69a117dbcbb9e"
aws_keypair_name = "fmunoz2"
aws_public_access_cidr = "0.0.0.0/0"
aws_region = "us-west-2"
aws_subnet_cidr = "10.10.1.0/24"
aws_subnet_name = "ISE Subnet"
aws_vpc_cidr = "10.10.0.0/16"
aws_vpc_name = "ISE"
aws_create_network = false
aws_security_group_id = "sg-0c74fd7c675075d4b"
aws_security_group_name = "ISE Public Access"
ise_base_hostname = "ISE-S"
ise_dns_server = "208.67.220.220"
ise_domain = "example.com"
ise_large_deployment = 0
ise_medium_deployment = 0
ise_ntp_server = "10.10.0.1"
ise_password = "P@sbg1234"
ise_psn_instances = 4
ise_single_node_deployment = 0
ise_small_deployment = 1
ise_timezone = "America/Costa_Rica"
ise_username = "admin"