Skip to content

Commit

Permalink
update code
Browse files Browse the repository at this point in the history
  • Loading branch information
neil-yechenwei committed Nov 15, 2023
1 parent 05e46ad commit 06d7fb6
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion quickstart/301-service-fabric-apim/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,18 @@ data "azurerm_subscription" "current" {}

data "azurerm_client_config" "current" {}

terraform {
required_version = ">=0.12"

required_providers {
azurerm = {
source = "hashicorp/azurerm"
version = "~>2.0"
}
}
}

provider "azurerm" {
version = "=1.36.1"
features {}
}

Expand Down

0 comments on commit 06d7fb6

Please sign in to comment.