mirror of
https://github.com/opentofu/opentofu.git
synced 2026-06-08 16:12:24 -04:00
10 lines
156 B
Terraform
10 lines
156 B
Terraform
|
|
terraform {
|
||
|
|
extra_label{
|
||
|
|
required_providers {
|
||
|
|
azurerm = {
|
||
|
|
source = "hashicorp/azurerm"
|
||
|
|
version = "~> 3.0.2"
|
||
|
|
}
|
||
|
|
}
|
||
|
|
}
|
||
|
|
}
|