Skip to content

Instantly share code, notes, and snippets.

@Jojoooo1
Last active October 31, 2023 20:42
Show Gist options
  • Save Jojoooo1/9eee5abcbad14d6e23b999f63a01d9b2 to your computer and use it in GitHub Desktop.
Save Jojoooo1/9eee5abcbad14d6e23b999f63a01d9b2 to your computer and use it in GitHub Desktop.
shared vpc terraform provider
terraform {
required_version = ">= 1.5.7"
backend "gcs" {
bucket = "<your-bucket-name>"
prefix = "terraform/state/network/shared-vpc"
}
required_providers {
google = {
source = "hashicorp/google"
version = ">= 5.4"
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment