Skip to content

ArthurVardevanyan/gcp-projects

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

56 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published