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

Commit 6fd06a6

Browse files
psibiketzacoatl
authored andcommitted
CHANGELOG: update for #255 and the Active Directory example
1 parent 214264e commit 6fd06a6

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

Diff for: CHANGELOG.md

+6-2
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,11 @@
1313

1414
### Examples
1515

16+
* `ad-ec2`: Demonstrate how an Windows EC2 instance seamlessly joins
17+
an Active directory when it gets newly spawned.
18+
* `ad-asg`: Demonstrate how an Windows EC2 instance from an ASG
19+
seamlessly joins an Active directory when it gets newly spawned.
20+
1621

1722
# v0.9.7
1823

@@ -103,7 +108,6 @@
103108
* Drop deprecated nexus-asg example
104109
* Fixes for VPC Scenario 2 example
105110

106-
107111
### Modules
108112

109113
* `iam-instance-profile`: Add new module, abstract the usage pattern of IAM instance profile.
@@ -114,7 +118,6 @@
114118
* `persistent-ebs`: update to use new `iam-instance-profile` module and sync with recent updates to the `single-node-asg` module
115119
* `asg`: parametize target group and health check type
116120

117-
118121
### Examples
119122

120123
* `nexus-asg`: Drop deprecated example.
@@ -123,6 +126,7 @@
123126
* Improve `Makefile`
124127
* Set name tag on ELB
125128

129+
126130
# v0.9.2
127131

128132
### Summary

Diff for: examples/ad-asg/README.md

-4
Original file line numberDiff line numberDiff line change
@@ -57,10 +57,6 @@ Active directory. There are two ways to test it:
5757
* RDP to your instance and verify
5858
* RDP using Active Directory authentication
5959

60-
Note that once the terraform apply is completed, it takes some minutes
61-
(approximately _ minutes in my experience) for the instance to join
62-
the Active directory.
63-
6460
### Method 1
6561

6662
On a Linux client machine, something like

0 commit comments

Comments
 (0)