Skip to content

Instantly share code, notes, and snippets.

@gmaliar
Created February 2, 2019 13:29
Show Gist options
  • Save gmaliar/427072433403b2fc456be01ebbd4f91e to your computer and use it in GitHub Desktop.
Save gmaliar/427072433403b2fc456be01ebbd4f91e to your computer and use it in GitHub Desktop.
provider "google" {
credentials = "${file("creds/account.json")}"
project = "vault-sidecar"
region = "europe-west2"
}
provider "kubernetes" {
}
provider "vault" {
address = "https://localhost:8200"
skip_tls_verify = true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment