terraform { required_providers { test = { source = "hashicorp/test" } } } resource "test_instance" "test" { ami = "baz" }