diff --git a/CHANGELOG.md b/CHANGELOG.md index 7c8cf6c6..d4b0b322 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,9 @@ ### Modules +* `asg`: Allow ASG instances to have additional EBS block devices +* `tf-cloud-credentials`: Switch the module to use a datasource to lookup an + existing TF Cloud workspace instead of trying to create one. ### Examples @@ -20,7 +23,8 @@ * `iam-users`: fixed error from zipmap in outputs when a user gets deleted from user list * `tf-cloud-credential`: minor interpolation cleanup, added module to tests -* `setup-meta-infrastructure`: Parameterize password length and age for iam password policy. +* `setup-meta-infrastructure`: Parameterize password length and age for iam + password policy. * `iam-instance-profile`: Add role ID ouput for IAM instance profile module. ### Examples @@ -87,7 +91,6 @@ 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. -* `tf-cloud-credentials`: Switches the module to use a datasource to lookup an existing TF Cloud workspace instead of trying to create one. ### Examples