# (you probably want to change most values here) # aws provider_profile = "terraform" provider_region = "eu-central-1" instance_type = "t2.medium" ssh_source_ips = ["0.0.0.0/0"] ami_id = "ami-0e8286b71b81c3cc1" # helpful: http://cavaliercoder.com/blog/finding-the-latest-centos-ami.html key = ["terraform", "~/.ssh/terraform.pem"] # dns zone_id = "ABCDE" cert_email = "test@example.com" # fms fmsadmin_user = "admin" fmsadmin_pass = "insecure" fmsadmin_pin = "1234" installer_url = "https://downloads.claris.com/esd/filemaker_server-19.0.1-22.x86_64.rpm" # usually pretty slow from outside US; recommended to host it yourself