README.md in terraforming-0.12.0 vs README.md in terraforming-0.13.0

- old
+ new

@@ -98,10 +98,12 @@ terraforming iamr # IAM Role terraforming iamrp # IAM Role Policy terraforming iamu # IAM User terraforming iamup # IAM User Policy terraforming igw # Internet Gateway + terraforming kmsa # KMS Key Alias + terraforming kmsk # KMS Key terraforming lc # Launch Configuration terraforming nacl # Network ACL terraforming nat # NAT Gateway terraforming nif # Network Interface terraforming r53r # Route53 Record @@ -116,15 +118,16 @@ terraforming sqs # SQS terraforming vgw # VPN Gateway terraforming vpc # VPC Options: - [--merge=MERGE] # tfstate file to merge - [--overwrite], [--no-overwrite] # Overwrite existng tfstate - [--tfstate], [--no-tfstate] # Generate tfstate - [--profile=PROFILE] # AWS credentials profile - [--region=REGION] # AWS region + [--merge=MERGE] # tfstate file to merge + [--overwrite], [--no-overwrite] # Overwrite existng tfstate + [--tfstate], [--no-tfstate] # Generate tfstate + [--profile=PROFILE] # AWS credentials profile + [--region=REGION] # AWS region + [--use-bundled-cert], [--no-use-bundled-cert] # Use the bundled CA certificate from AWS SDK ``` ### Export tf ```bash @@ -135,11 +138,11 @@ ```bash $ terraforming s3 ``` -```go +```hcl resource "aws_s3_bucket" "hoge" { bucket = "hoge" acl = "private" } @@ -372,9 +375,11 @@ After checking out the repo, run `script/setup` to install dependencies. Then, run `script/console` for an interactive prompt that will allow you to experiment. 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` to create a git tag for the version, push git commits and tags, and push the `.gem` file to [rubygems.org](https://rubygems.org). ## Contributing + +Please read [Contribution Guide](CONTRIBUTING.md) at first. 1. Fork it ( https://github.com/dtan4/terraforming/fork ) 2. Create your feature branch (`git checkout -b my-new-feature`) 3. Commit your changes (`git commit -am 'Add some feature'`) 4. Push to the branch (`git push origin my-new-feature`)