github.com/ricardclau/terraform@v0.6.17-0.20160519222547-283e3ae6b5a9/terraform/test-fixtures/transform-provider-missing/main.tf (about)

     1  provider "aws" {}
     2  resource "aws_instance" "web" {}
     3  resource "foo_instance" "web" {}