terraform/command/testdata/013upgrade-multiple-files/input/main.tf

10 lines
198 B
HCL

# This file starts with a resource and a required providers block, and should
# end up with just the resource.
resource foo_instance a {}
terraform {
required_providers {
foo = "1.0.0"
}
}