Skip to content

Abstractions around existing tf providers

License

Notifications You must be signed in to change notification settings

stephenmoloney/tf-modules

 
 

Repository files navigation

tf-modules

A collection of tofu modules that I wrote. Some of these modules are superficial. Others form a meaningful a group of tofu resources and datasources into a logical and coherent grouping.

Install Dependencies

Install whichever dependencies are missing for the CI process and using opentofu. Installation instructions below are targetting ubuntu 22.04.

See ./ci/functions_init.sh and Makefile.

If the required dependencies are already installed, this step can be skipped.

sudo apt-get install -y build-essential
make install_deps

CI Tasks

Command Description
make format Format the codebase
make lint Lint the codebase

Examples using the modules

See ./examples

Licence

MIT

About

Abstractions around existing tf providers

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • HCL 78.9%
  • Shell 20.5%
  • Makefile 0.6%