Skip to content

Terraform Transformer Component

Galen Hollins edited this page Jun 1, 2022 · 7 revisions

Transformer component can apply tags. Can make folks lives easier, since not everyone wants or knows how to do this. Sensible defaults will be setup for various venues. For example, deployments in the DEV venue might have smaller instance class machines, than other venues. It will add the mandatory tags into the aws terraform provider.

Example of injections:

  • VPC security group
  • subnet ID

Q: How does the transformer component get invoked?

A: It will run transparently inside of GH actions, upon deployment


Q: Can I run the transformer manually?

A: You can run the binary directly, but it's preferred that you run it via the deployment GitHub Actions methodology, as it will be more closer to what's actually run in production.

TEST

Clone this wiki locally