Skip to content

Instantly share code, notes, and snippets.

View jaylong255's full-sized avatar
🏠
Working from home

Jay Long jaylong255

🏠
Working from home
View GitHub Profile
@zebreus
zebreus / firebase.tf
Last active April 2, 2025 04:05
Terraform configuration for creating a firebase project with firestore, functions and storage
# firebase.tf https://gist.githubusercontent.com/Zebreus/906b8870e49586adfe8bd7bbff43f0a8/raw/firebase.tf
# Terraform configuration for creating a firebase project with firestore, functions and storage
# Unfinished
terraform {
required_providers {
google-beta = {
source = "hashicorp/google-beta"
version = "4.11.0"
}