Skip to content
This repository has been archived by the owner on Jul 11, 2023. It is now read-only.

Commit

Permalink
CHANGELOG: cleanup entries for the last few releases, and v0.9.7
Browse files Browse the repository at this point in the history
  • Loading branch information
ketzacoatl committed Nov 21, 2019
1 parent 57162a3 commit 1d4949b
Showing 1 changed file with 65 additions and 11 deletions.
76 changes: 65 additions & 11 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,64 @@

### Summary


### Modules

* `setup-meta-infrastructure`: add "iam:Get{User,Role,Policy}" permissions for power-users
* `iam-instance-profile`: Add role ouput for IAM instance profile module.

### Examples


# v0.9.7

### Summary

* Updates to `asg` and `vpc` modules, new example for AD w/ Windows Server.

### Modules

* `asg`: drop `availability_zones` parameter.
* `vpc`: Added variable `domain_name` to enable setting a custom domain_name
in the VPC DHCP Options Set.

### Examples

* `ad-ec2`: Demonstrate how an Windows EC2 instance seamlessly joins an Active
directory when it gets newly spawned.


# v0.9.6

### Summary

* New module: `tf-cloud-credentials`.
* Updates to DLM and other modules.

### Modules

* `tf-cloud-credentials`: Adds module for associating existing AWS credentials
with a Terraform Cloud workspace.
* `dlm-lifecycle-iam-role`: Added DLM IAM role to allow create snapshots
* `dlm-lifecycle-policy`: Update DML module to tf 0.12 and move the IAM role to another role
* Module to enable DML lifecycle policies
* Revert removing output `asg_iam_role_name`
* Bugfix for `persistent-ebs`

### Examples

* No changes.


# v0.9.5

### Summary

* Various updates to the `setup-meta-infrastructure`, `asg`, and `nat-gateways`
modules.

### Modules

* `setup-meta-infrastructure`: add "iam:Get{User,Role,Policy}" permissions for
power-users.
* lifecycle hooks added to `asg` and so `asg-lifecycle` was removed
* `nat-gateways`: **Breaking change**: move the inline route route in the route
table to a separate route, so that users of the module can add extra routes
Expand All @@ -14,26 +68,26 @@
You will need to _manually_ remove the conflicting route (which was created
by the old inline route), for example in the AWS console, and then re-apply
to add it back.
* `vpc`: Added variable `domain_name` to enable setting a custom domain_name
in the VPC DHCP Options Set.

### Examples

* `ad-ec2`: Demonstrate how an Windows EC2 instance seamlessly joins an Active directory when it gets newly spawned.
* `ad-asg-different-vpc`: Demonstrate how an Windows EC2 instance in a
specific vpc seamlessly joins an Active directory (in a different
vpc) when it gets newly spawned.
* No changes.


# v0.9.6
# v0.9.4

### Summary

* New module for associating existing AWS credentials with a Terraform Cloud workspace.
* Update `iam-instance-profile` module.

### Modules

* `tf-cloud-credentials`: Adds module
* `iam-instance-profile`: Add role ouput for IAM instance profile module.

### Examples

* No changes.


# v0.9.3

Expand Down

0 comments on commit 1d4949b

Please sign in to comment.