terraform/command/testdata/013upgrade-submodule/expected-module/main.tf

9 lines
87 B
HCL

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