Skip to content
This repository has been archived by the owner on Apr 12, 2024. It is now read-only.

Commit

Permalink
documented the new input variables
Browse files Browse the repository at this point in the history
  • Loading branch information
tradel committed Feb 26, 2021
1 parent d7bfde3 commit c6657a6
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,6 @@ override.tf.json

# Include tfplan files to ignore the plan output of command: terraform plan -out=tfplan
*.tfplan

working/

9 changes: 6 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
## v1.1.11
* Documented the `host_tags`, `groups_by_userinfo`, and `name_prefix` input variables.

## v1.1.10
* Support additional AccessTier tags via `host_tags` variable.
* Support large tokens via `groups_by_userinfo` variable.
* Support custom naming prefix for all AWS resources via `name_prefix` variable.
* Support additional AccessTier tags via `host_tags` input variable.
* Support large tokens via `groups_by_userinfo` input variable.
* Support custom naming prefix for all AWS resources via `name_prefix` input variable.

## v1.1.9
* Align release to correct tag
Expand Down
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,9 @@ terraform plan
| redirect\_http\_to\_https | If true, requests to the AccessTier on port 80 will be redirected to port 443 | `bool` | `false` | no |
| iam\_instance\_profile | The name attribute of the IAM instance profile to associate with launched instances. | `string` | `null` | no |
| tags | Additional tags to apply to resources created by this module | `map` | `null` | no |
| host_tags | Additional Banyan tags to assign to this AccessTier | `map` | `{"type": "access_tier"}` | no |
| groups_by_userinfo | Derive groups information from userinfo endpoint. _Only enable if instructed by Banyan Support._ | `bool` | `false` | no |
| name_prefix | String to be added in front of all AWS object names | `string` | `"banyan"` | no |

## Outputs

Expand Down

0 comments on commit c6657a6

Please sign in to comment.