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

Commit

Permalink
pinning terraform to v1.x
Browse files Browse the repository at this point in the history
  • Loading branch information
brandonh-msft committed Feb 26, 2020
1 parent 26f6944 commit 88069a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion infrastructure/terraform/provider.tf
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ terraform {
# Configure the Azure Provider
provider "azurerm" {
# It is recommended to pin to a given version of the Provider
version = "~> 1"
version = "~> 1.0"
}

# Make client_id, tenant_id, subscription_id and object_id variables
Expand Down

0 comments on commit 88069a4

Please sign in to comment.