Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 716 Bytes

README.md

File metadata and controls

26 lines (16 loc) · 716 Bytes

Overview

Automation of GCP resources.

Why not Terraform?

Features

  1. Create a resource
  2. Delete a resource
  3. Dry run - simply generate a compliant and hydrated YAML file describing the resources
  4. Well known defaults to reduce boiler plate code
  5. Embedded resources is not supported. Meaning each resource should be declared separately. A specific resource can reference an externally created resource via ID. E.g. project can reference a folder id that contains the project, but that folder should exist (declared separately)

Supported Resources

  • Folders
  • Projects

Dependencies

  1. Requires buf utility. Further reading on buf.build