Skip to content

finiteloopme/paas

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages