Sha256: 8f2303a64d411d0673eeb3b56da4a8d2972c468c54a9b5d9899313155e725478

Contents?: true

Size: 1.14 KB

Versions: 1

Compression:

Stored size: 1.14 KB

Contents

# MuxTf

Terraform Module Multiplexer

## Installation

```shell
gem install mux_tf
```

## Usage

At the root folder of your terraform modules eg:

```text
ROOT/
     production/ << == HERE
                group1/
                       cluster1/
                                main.tf
                       cluster2/
                                main.tf
                group2/
                       cluster3/
                                main.tf
                       cluster4/
                                main.tf
     sandbox/ << == OR HERE
             {SIMILLAR STRUCTURE}
```

## Development

To install this gem onto your local machine, run `bundle exec rake install`. To release a new version, update the version number in `version.rb`, and then run `bundle exec rake release`, which will create a git tag for the version, push git commits and tags, and push the `.gem` file to [rubygems.org](https://rubygems.org).

## Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/piotrb/mux_tf.

## License

The gem is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT).

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
mux_tf-0.1.2 README.md