-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathadmin.auto.tfvars.example
32 lines (26 loc) · 1.17 KB
/
admin.auto.tfvars.example
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
# Common variables: these will be used when naming demo resources
projectPrefix = "my-mcn-demo"
resourceOwner = "lastname"
# Labels to apply to each Site in XC. This label can be used, for example, by Virtual Site Selectors to include sites in a Site Mesh Group and an attached Global Network
commonSiteLabels = { "site-group" = "group-sites" }
# DNS domain name delegated to F5 XC.
# Uncomment and change if you want external services and have a delegated domain.
domain_name = "shared.acme.com"
# F5 XC variables: these will be used to standup F5 XC resources across clouds
namespace = "my-namespace"
xc_tenant = "my-xc_tenant-tenant-id"
# Optional: if provided this public key will allow SSH access to the F5 XC nodes
# and may be used by AWS/Azure/GCP where an SSH key can be specified
ssh_key = "ssh-rsa REDACTED [email protected]"
# AWS variables
awsRegion = "us-west-2"
f5xcCloudCredAWS = "cloud-cred-aws"
awsAz1 = "us-west-2a"
awsAz2 = "us-west-2b"
# Azure variables
azureLocation = "westus2"
f5xcCloudCredAzure = "cloud-cred-azure"
# GCP variables
gcpRegion = "us-west1"
gcpProjectId = "my-gcp-project-id"
f5xcCloudCredGCP = "cloud-cred-gcp"