elijahsgh / terraform-gke-ghost

terraform module for Ghost in Kubernetes
2 stars 1 forks source link

terraform.tfvars not picking up #2

Open abdulsalamk opened 3 years ago

abdulsalamk commented 3 years ago

I have added all variables into a "terraform.tfvars" file, but it is not picking it up. Any idea why this could be? Here is the contents of the file ..

`db_instance = "< MY DB INSTANCE>" db_password = "< MY DB PASSWORD>" db_ip = "< MY DB IP>" zone = "europe-west2" region = "europe-west2-a" project = "" prefix = "ghost" mail_password = "" ghostimage = "ghost:latest" backend_service_name = ""

ghost_envvars = { url = "https://" serverhost = "0.0.0.0" serverport = "2368" NODE_ENV = "production" logginglevel = "info" databaseclient = "mysql"

mailtransport = "SMTP" mailoptionsservice = "" mailoptionshost = "" mailoptionsport = "" mailoptionsauthuser = "" mailoptionssecureConnection = "<SET TO TRUE OR OMIT IF NOT USING 465>" storageactive = "gcloud" storagegcloudprojectId = "" storagegcloudassetDomain = "<YOUR ASSET DOMAIN - LEAVE TRAILING SLASH>/" storagegcloudinsecure = false storagegcloudmaxAge = 3600 storagegcloud__key = "/var/run/secrets/bucket/key.json" }`

elijahsgh commented 2 years ago

Are you sure it isn't picking it up? How did you test it?