DEV Community

Kirsten-Medder
Kirsten-Medder

Posted on

Dev self-service with Terraform controller

πŸ‘©β€πŸ’» Our #OpenSource Terraform Controller manages the life cycles of a #Terraform resource, allowing #developers to self-serve dependencies but with a number of of controls and safeguards that the platform team can utilize to:

  • Enforce a security policy across the estate via Checkov.

  • Enforce the source of the terraform modules, for example locking down to only fetch terraform modules from your company's repositories.

  • Automatically inject environment-specific variables into the Configuration CRD, such as costs, project IDs, environment-specific labels or tags.

See how it works here: https://bit.ly/3NA4RV3

Top comments (0)