Sha256: 1b1ebc534bbe7d17a97d6ddb4f65752a7433f14f8cfe1e019db646c1686b6c1b
Contents?: true
Size: 1.19 KB
Versions: 8
Compression:
Stored size: 1.19 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`. ## Releasing To release a new version, first bump the version number by running: ```shell gem bump -v major|minor|patch ``` And then run `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
8 entries across 8 versions & 1 rubygems
Version | Path |
---|---|
mux_tf-0.3.2 | README.md |
mux_tf-0.3.1 | README.md |
mux_tf-0.3.0 | README.md |
mux_tf-0.2.4 | README.md |
mux_tf-0.2.3 | README.md |
mux_tf-0.2.2 | README.md |
mux_tf-0.2.1 | README.md |
mux_tf-0.2.0 | README.md |