Skip to content

Commit

Permalink
Merge 06fc376 into 79fa9be
Browse files Browse the repository at this point in the history
  • Loading branch information
keitakn committed Jan 11, 2019
2 parents 79fa9be + 06fc376 commit 1ea329c
Show file tree
Hide file tree
Showing 5 changed files with 5,881 additions and 7 deletions.
23 changes: 23 additions & 0 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
logs
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
coverage
.env
.envrc
.idea
terraform-config-creator.iml
dist/test
src
test
.gitignore
.github
.git
.prettierrc
.travis.yml
jest.config.json
tsconfig.json
tslint.json
provider.tf
backend.tf
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# Changelog

## 1.0.0 2019-01-11

Initial release
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
# terraform-config-creator
[![npm version](https://badge.fury.io/js/%40nekonomokochan%2Fterraform-config-creator.svg)](https://badge.fury.io/js/%40nekonomokochan%2Fterraform-config-creator)
[![Build Status](https://travis-ci.org/nekonomokochan/terraform-config-creator.svg?branch=master)](https://travis-ci.org/nekonomokochan/terraform-config-creator)
[![Coverage Status](https://coveralls.io/repos/github/nekonomokochan/terraform-config-creator/badge.svg?branch=master)](https://coveralls.io/github/nekonomokochan/terraform-config-creator?branch=master)

Create terraform config files

# Getting Started
Expand Down
Loading

0 comments on commit 1ea329c

Please sign in to comment.