Default Provider
(Note: all providers that are used must be specified within the "Providers" block initially)
service "name" {
provider = "aws"
...
}service "name" {
provider = "aws"
...
compute "gcp_vm" {
provider = "google"
resource_type = "google_compute_instance"
...
}
}Last updated