|
2 | 2 |
|
3 | 3 | ### Summary
|
4 | 4 |
|
| 5 | + |
5 | 6 | ### Modules
|
6 | 7 |
|
7 |
| -* `setup-meta-infrastructure`: add "iam:Get{User,Role,Policy}" permissions for power-users |
8 |
| -* `iam-instance-profile`: Add role ouput for IAM instance profile module. |
| 8 | + |
| 9 | +### Examples |
| 10 | + |
| 11 | + |
| 12 | +# v0.9.7 |
| 13 | + |
| 14 | +### Summary |
| 15 | + |
| 16 | +* Updates to `asg` and `vpc` modules, new example for AD w/ Windows Server. |
| 17 | + |
| 18 | +### Modules |
| 19 | + |
| 20 | +* `asg`: drop `availability_zones` parameter. |
| 21 | +* `vpc`: Added variable `domain_name` to enable setting a custom domain_name |
| 22 | + in the VPC DHCP Options Set. |
| 23 | + |
| 24 | +### Examples |
| 25 | + |
| 26 | +* `ad-ec2`: Demonstrate how an Windows EC2 instance seamlessly joins an Active |
| 27 | + directory when it gets newly spawned. |
| 28 | + |
| 29 | + |
| 30 | +# v0.9.6 |
| 31 | + |
| 32 | +### Summary |
| 33 | + |
| 34 | +* New module: `tf-cloud-credentials`. |
| 35 | +* Updates to DLM and other modules. |
| 36 | + |
| 37 | +### Modules |
| 38 | + |
| 39 | +* `tf-cloud-credentials`: Adds module for associating existing AWS credentials |
| 40 | + with a Terraform Cloud workspace. |
| 41 | +* `dlm-lifecycle-iam-role`: Added DLM IAM role to allow create snapshots |
| 42 | +* `dlm-lifecycle-policy`: Update DML module to tf 0.12 and move the IAM role to another role |
| 43 | +* Module to enable DML lifecycle policies |
| 44 | +* Revert removing output `asg_iam_role_name` |
| 45 | +* Bugfix for `persistent-ebs` |
| 46 | + |
| 47 | +### Examples |
| 48 | + |
| 49 | +* No changes. |
| 50 | + |
| 51 | + |
| 52 | +# v0.9.5 |
| 53 | + |
| 54 | +### Summary |
| 55 | + |
| 56 | +* Various updates to the `setup-meta-infrastructure`, `asg`, and `nat-gateways` |
| 57 | + modules. |
| 58 | + |
| 59 | +### Modules |
| 60 | + |
| 61 | +* `setup-meta-infrastructure`: add "iam:Get{User,Role,Policy}" permissions for |
| 62 | + power-users. |
9 | 63 | * lifecycle hooks added to `asg` and so `asg-lifecycle` was removed
|
10 | 64 | * `nat-gateways`: **Breaking change**: move the inline route route in the route
|
11 | 65 | table to a separate route, so that users of the module can add extra routes
|
|
14 | 68 | You will need to _manually_ remove the conflicting route (which was created
|
15 | 69 | by the old inline route), for example in the AWS console, and then re-apply
|
16 | 70 | to add it back.
|
17 |
| -* `vpc`: Added variable `domain_name` to enable setting a custom domain_name |
18 |
| - in the VPC DHCP Options Set. |
19 | 71 |
|
20 | 72 | ### Examples
|
21 | 73 |
|
22 |
| -* `ad-ec2`: Demonstrate how an Windows EC2 instance seamlessly joins an Active directory when it gets newly spawned. |
23 |
| -* `ad-asg-different-vpc`: Demonstrate how an Windows EC2 instance in a |
24 |
| - specific vpc seamlessly joins an Active directory (in a different |
25 |
| - vpc) when it gets newly spawned. |
| 74 | +* No changes. |
26 | 75 |
|
27 | 76 |
|
28 |
| -# v0.9.6 |
| 77 | +# v0.9.4 |
29 | 78 |
|
30 | 79 | ### Summary
|
31 | 80 |
|
32 |
| -* New module for associating existing AWS credentials with a Terraform Cloud workspace. |
| 81 | +* Update `iam-instance-profile` module. |
33 | 82 |
|
34 | 83 | ### Modules
|
35 | 84 |
|
36 |
| -* `tf-cloud-credentials`: Adds module |
| 85 | +* `iam-instance-profile`: Add role ouput for IAM instance profile module. |
| 86 | + |
| 87 | +### Examples |
| 88 | + |
| 89 | +* No changes. |
| 90 | + |
37 | 91 |
|
38 | 92 | # v0.9.3
|
39 | 93 |
|
|
0 commit comments