opentofu/internal/command/testdata/init-syntax-invalid-extra-label/main.tf

10 lines
156 B
Terraform
Raw Permalink Normal View History

terraform {
extra_label{
required_providers {
azurerm = {
source = "hashicorp/azurerm"
version = "~> 3.0.2"
}
}
}
}