Skip to content

Instantly share code, notes, and snippets.

@FRosner
Created August 10, 2018 09:49
Show Gist options
  • Save FRosner/d45c80465bb4ff3800a9dbe203995d2f to your computer and use it in GitHub Desktop.
Save FRosner/d45c80465bb4ff3800a9dbe203995d2f to your computer and use it in GitHub Desktop.
provider "aws" {
region = "eu-central-1"
}
provider "leanix" {
url = "${var.leanix_base_url}"
api_token = "${var.leanix_api_token}"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment