Skip to content

Cloud Infra

Repository: landerox/cloud-landerox-infra

cloud-landerox-infra is the public Terraform baseline for my personal GCP platform, providing a secure and modular foundation for cloud operations.

It documents the identity, networking, and security patterns required to operate production-grade environments with minimal overhead.

Current State

  • Public repo role: baseline modules, security standards, CI/CD templates.
  • Modular architecture: features are staged and enabled via explicit toggles.
  • Active implementation: IAM foundations and core Storage (GCS) provisioning.

What It Covers

  1. Identity & Governance: IAM roles, Workload Identity Federation (WIF), and service account management.
  2. Security Baselines: Secure-by-default storage buckets, encryption, and resource-level access controls.
  3. GitOps Workflows: Automated Terraform Plan/Apply cycles with environment controls and drift detection.

Tech Focus

  • Terraform & Terragrunt
  • Google Cloud Platform (GCP)
  • GitHub Actions & GitLab CI
  • Security-first modular design

Relationship to Data

This project provisions the infrastructure foundation consumed by Cloud Data.

View on GitHub