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

Commit

Permalink
uncomment backend (#1327)
Browse files Browse the repository at this point in the history
  • Loading branch information
jmspring authored Apr 8, 2020
1 parent 0e9f7f9 commit 32a6c94
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions cluster/environments/azure-single-keyvault/main.tf
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
#terraform {
# backend "azurerm" {}
#}
terraform {
backend "azurerm" {}
}

module "provider" {
source = "github.com/microsoft/bedrock?ref=master//cluster/azure/provider"
}
Expand Down

0 comments on commit 32a6c94

Please sign in to comment.