blob: 778b0aa5392ea8a7b94084ce254faf21cd6e87c9 [file] [log] [blame]
provider "aws" {
}
provider "template" {
alias = "foo"
}
resource "aws_instance" "foo" {
}
resource "null_resource" "foo" {
}
terraform {
required_providers {
test = {
source = "hashicorp/test"
}
}
}