blob: 02ee302772eeb120610cb01047eb082b473fb0c9 [file] [log] [blame] [edit]
terraform {
required_providers {
test = {
source = "registry.terraform.io/hashicorp/test"
}
}
}
resource "test_object" "test" {
test_string = provider::test::echo("input")
}