telia-oss / terraform-modules

Terraform modules that have not been published to the registry.
MIT License
3 stars 6 forks source link

Terraform modules

Build Status

A collection of terraform modules that have not been published to the registry for one of the following reasons:

Usage

To use a module, simply reference this repository as the source use //<path> to the subdirectory of a module:

module "something" {
  source = "github.com/telia-oss/terraform-modules//something"
}

Because the repsitory and all modules are subject to changes, you'll want to reference a release in the source:

module "something" {
  source = "github.com/TeliaSoneraNorge/divx-terraform-modules//bastion?ref=2018.06.27.1"
}

Contributing

Contributions are welcome. Some guidelines that should be followed when authoring modules: