blob: c039268e82ecdc661ab4abfc3396b6dad351e809 [file] [log] [blame]
required_providers {
terraform = {
source = "terraform.io/builtin/terraform"
}
}
provider "terraform" "default" {}
component "self" {
source = "./"
providers = {
terraform = provider.terraform.default
}
inputs = {
input = var.input
}
}