Skip to content

v0.3.0

Choose a tag to compare

@github-actions github-actions released this 30 Aug 01:15
3a6464e
Convert to `context.tf` Nuru (@Nuru) (#5)

what

  • Convert to context.tf
  • Implement enabled flag
  • Enhance example
  • Updated lint.yml to remove superlinter and use latest version of build-harness for readme linting.

why

  • Standardize
  • Demonstrate how to avoid creating resources when not enabled
  • Latest version of build-harness is used to build README and same version needs to be used to lint it.
  • Superlinter is not ready for production. There is a bug in the go linting and problems with terrascan. This can be added back once the project gets a bit more mature.
Add github actions for precommit and lint marcin (@3h4x) (#3)

what

  • github actions workflow for pre-commit and lint

why

  • to make it easy to comply with our standards