User Story 60501: batch-account-with-storage (#194)
* New sample (converted from Bicep via OpenAI) * Edit per Code Review * Changes per Code Review
This commit is contained in:
16
quickstart/101-batch-account-with-storage/providers.tf
Normal file
16
quickstart/101-batch-account-with-storage/providers.tf
Normal file
@ -0,0 +1,16 @@
|
||||
terraform {
|
||||
required_version = ">=1.0"
|
||||
required_providers {
|
||||
azurerm = {
|
||||
source = "hashicorp/azurerm"
|
||||
version = "~>3.0"
|
||||
}
|
||||
random = {
|
||||
source = "hashicorp/random"
|
||||
version = "~>3.0"
|
||||
}
|
||||
}
|
||||
}
|
||||
provider "azurerm" {
|
||||
features {}
|
||||
}
|
Reference in New Issue
Block a user