30 lines
944 B
HCL
30 lines
944 B
HCL
hostname = "fourlights.dev"
|
|
|
|
# Hetzner Cloud API token used to create infrastructure
|
|
hcloud_token = "0sjklQ2TwTUheEbJsJKFjXppCDQBeBY4gdnLZMpTHVEedTtNzOr8HAsbk4jZO4UX"
|
|
|
|
# Hetzner location used for all resources: fns1, nbg1, hel1
|
|
hcloud_location = "fsn1"
|
|
|
|
# Type of instance to be used for all instances: CPX21, CAX21, CCX23
|
|
instance_type = "cx32"
|
|
|
|
# Network to create for private communication
|
|
network_cidr = "10.0.0.0/8"
|
|
|
|
# Subnet to create for private communication. Must be part of the CIDR defined in `network_cidr`.
|
|
network_ip_range = "10.0.1.0/24"
|
|
|
|
# Zone to create the network in
|
|
network_zone = "eu-central"
|
|
|
|
# Prefix added to names of all resources
|
|
prefix = "fourlights"
|
|
|
|
aws_region = "eu-central-1"
|
|
aws_kms_key_id = "8ab3fc07-23ba-434d-ac42-0413c360e011"
|
|
aws_access_key_id = "AKIAZ5TC5IUTGTK22BQO"
|
|
aws_secret_access_key = "QJBSTHbbUYRjXAGZdOS5V/t6FEungCpFrBouPgbv"
|
|
|
|
hdns_token = "M1ZnS462983FPSyJNGoMTawI6wgQZ3Ej"
|