Add sample for iothub with private link

This commit is contained in:
github-actions[bot]
2024-02-05 21:12:12 +00:00
committed by lonegunmanb
parent 369cd83197
commit 8c845be0a2
6 changed files with 232 additions and 0 deletions

View File

@ -0,0 +1,14 @@
terraform {
required_version = ">= 1.2"
required_providers {
azurerm = {
source = "hashicorp/azurerm"
version = ">= 3.35.0, < 4.0.0"
}
}
}
provider "azurerm" {
features {
}
}