GithubHelp home page GithubHelp logo

isabella232 / terraform-modules-1 Goto Github PK

View Code? Open in Web Editor NEW

This project forked from telia-oss/terraform-modules

0.0 0.0 0.0 47 KB

Terraform modules that have not been published to the registry.

License: MIT License

Makefile 3.81% HCL 92.59% Python 3.60%

terraform-modules-1's Introduction

Terraform modules

Build Status

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

  • When in doubt we don't publish.
  • The module uses features that need to stabilize in the Terraform AWS provider.
  • The module is not considered useful/generic enough to be published.

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:

  • Include a README.md that explains what the module does.
  • Use the standard module structure.
  • All modules should take a name_prefix variable if resources can be named.
  • All modules should take a tags variable if the resources can be tagged.
  • Modules should not export variables or outputs that are never used.
  • All variables and outputs should have a description (The description from the official docs will do in most cases).
  • Modules should include a runnable example under examples/default.
  • Be opinionated (don't expose variables that should never be tweaked etc.).

terraform-modules-1's People

Contributors

glennbech avatar larstobi avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.