-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
use TFCOMMAND or git-root .tf-control
- Loading branch information
Showing
3 changed files
with
66 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,35 +1,42 @@ | ||
| # Versions | ||
|
|
||
| * v1.0.0 | ||
| ## Version 1.x | ||
|
|
||
| * 1.0.0 | ||
| - tag initial release for tf 0.11 | ||
|
|
||
| * v2.0.0 | ||
| ## Version 2.x | ||
|
|
||
| * 2.0.0 | ||
| - for tf-0.12 support | ||
|
|
||
| * v2.0.1 | ||
| * 2.0.1 | ||
| - add create_access_key variable, but do not implement | ||
| - format | ||
| - change saml_role to list | ||
|
|
||
| * v2.0.2 | ||
| * 2.0.2 | ||
| - do not include groups if groups empty | ||
| - add ```service_account``` variable (true|false) | ||
| - if service account, use contact vs user | ||
|
|
||
| * v2.1 | ||
| * 2.1 | ||
| - add pre-commit to generate docs | ||
|
|
||
| * v2.2 | ||
| * 2.2 | ||
| - add enable_sending_mail to enable email address in SES (this generates a request to the user) | ||
|
|
||
| * v2.3 | ||
| * 2.3 | ||
| - change default for enable_sending_mail to false | ||
|
|
||
| * v2.4.0 -- 20210405 | ||
| * 2.4.0 -- 20210405 | ||
| - use `ldap-get-attribute` to get email address | ||
|
|
||
| * v2.5.0 -- 20210512 | ||
| * 2.5.0 -- 20210512 | ||
| - add `attached_policies` to enable adding policies for an IAM account (generally, just services) | ||
|
|
||
| * v2.5.1 -- 20210526 | ||
| * 2.5.1 -- 20210526 | ||
| - change computing of output of user_password | ||
|
|
||
| * 2.6.0 -- 2022-05-20 | ||
| - update bin/show-user-info.sh to accept TFCOMMAND for an alternate terraform binary, or to pull from the git root file |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,3 +1,3 @@ | ||
| locals { | ||
| _module_version = "2.5.1" | ||
| _module_version = "2.6.0" | ||
| } |