Skip to content
This repository has been archived by the owner on Feb 13, 2024. It is now read-only.

Commit

Permalink
Update Terraform template with required version and base image variab…
Browse files Browse the repository at this point in the history
…les (#39)
  • Loading branch information
itowlson authored Oct 10, 2018
1 parent 6dd050e commit d9f8e42
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions projects/terraform/cnab/app/tf/main.tf
Original file line number Diff line number Diff line change
@@ -1,7 +1,15 @@
provider "azurerm" {
version = "~>1.5"
subscription_id = "${var.subscription_id}"

client_id = "${var.client_id}"

client_secret = "${var.client_secret}"

tenant_id = "${var.tenant_id}"
}

terraform {
required_version = "~>0.11"
backend "azurerm" {}
}

0 comments on commit d9f8e42

Please sign in to comment.