route/vendor/github.com/hashicorp/hcl/test-fixtures/nested_provider_bad.hcl

6 lines
75 B
HCL
Raw Normal View History

2017-12-02 23:34:35 +00:00
resource "aws" "web" {
provider = "aws" {
region = "us-west-2"
}
}