Skip to content
This repository has been archived by the owner on Sep 9, 2022. It is now read-only.

Commit

Permalink
Merge pull request #226 from dtan4/release-v0.9.0
Browse files Browse the repository at this point in the history
Prepare for v0.9.0 release
  • Loading branch information
dtan4 committed Jun 12, 2016
2 parents 2f5b637 + 924beb5 commit 5aa5c5a
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,14 @@
# [v0.9.0](https://github.com/dtan4/terraforming/releases/tag/v0.8.0) (2016-06-12)

## Resource

- AWS IAM Policy Attachment #225

## Fixed / Updated

- Add `access_logs` attribute to ELB #223
- Add `internal` attribute to ELB #221 (thanks @kbruner)

# [v0.8.0](https://github.com/dtan4/terraforming/releases/tag/v0.8.0) (2016-05-29)

## Notice
Expand Down
9 changes: 9 additions & 0 deletions README.md
Expand Up @@ -79,11 +79,13 @@ Commands:
terraforming ecsn # ElastiCache Subnet Group
terraforming eip # EIP
terraforming elb # ELB
terraforming help [COMMAND] # Describe available commands or one specifi...
terraforming iamg # IAM Group
terraforming iamgm # IAM Group Membership
terraforming iamgp # IAM Group Policy
terraforming iamip # IAM Instance Profile
terraforming iamp # IAM Policy
terraforming iamp # IAM Policy Attachment
terraforming iamr # IAM Role
terraforming iamrp # IAM Role Policy
terraforming iamu # IAM User
Expand All @@ -104,6 +106,13 @@ Commands:
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
```

### Export tf
Expand Down
2 changes: 1 addition & 1 deletion lib/terraforming/version.rb
@@ -1,3 +1,3 @@
module Terraforming
VERSION = "0.8.0"
VERSION = "0.9.0"
end

0 comments on commit 5aa5c5a

Please sign in to comment.