Skip to content

Instantly share code, notes, and snippets.

@jster1357
Last active June 1, 2022 20:14
Show Gist options
  • Save jster1357/a61b2eb4a1d13a94ed9d78805b561c85 to your computer and use it in GitHub Desktop.
Save jster1357/a61b2eb4a1d13a94ed9d78805b561c85 to your computer and use it in GitHub Desktop.
Data Fusion Terraform Providers - no shared vpc
terraform {
required_providers {
google = {
source = "hashicorp/google"
version = "4.22.0"
}
}
}
provider "google" {
credentials = file("~/sa.json")
project = "myproject"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment