terraform/command/testdata/013upgrade-submodule/input/main.tf

9 lines
87 B
Terraform
Raw Normal View History

terraform {
required_providers {
bar = {
version = "~> 2.0.0"
}
}
}