Skip to content

Latest commit

 

History

History
48 lines (46 loc) · 1.38 KB

README.md

File metadata and controls

48 lines (46 loc) · 1.38 KB

GCP Projects

Contains GCP Projects Terraform & Configurations

.
├── CloudLab
│   ├── gke-cluster
│   │   ├── autopilot.tf
│   │   ├── backend.conf
│   │   ├── compute.tf
│   │   ├── main.tf
│   │   ├── manifests
│   │   │   ├── deployment.yaml
│   │   │   ├── kustomization.yaml
│   │   │   ├── namespace.yaml
│   │   │   └── rbac.yaml
│   │   ├── outputs.tf
│   │   ├── policy.yaml
│   │   ├── README.md
│   │   └── standard.tf
│   ├── gke-tenant
│   │   ├── artifactregistry.tf
│   │   ├── cloudbuild.tf
│   │   ├── cloudbuild.yaml
│   │   ├── main.tf
│   │   ├── pubsub.tf
│   │   └── README.md
│   └── network
│       ├── main.tf
│       └── README.md
├── org
│   ├── org
│   │   ├── main.tf
│   │   └── README.md
│   └── projects
│       ├── gke-cluster.tf
│       ├── gke-tenant.tf
│       ├── main.tf
│       ├── network.tf
│       ├── org.tf
│       └── README.md
├── projects
│   └── HomeAssistant
│       ├── main.tf
│       └── README.md
└── README.md