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

Commit 88069a4

Browse files
committed
pinning terraform to v1.x
1 parent 26f6944 commit 88069a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

infrastructure/terraform/provider.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ terraform {
66
# Configure the Azure Provider
77
provider "azurerm" {
88
# It is recommended to pin to a given version of the Provider
9-
version = "~> 1"
9+
version = "~> 1.0"
1010
}
1111

1212
# Make client_id, tenant_id, subscription_id and object_id variables

0 commit comments

Comments
 (0)