This repository has been archived by the owner on Jan 30, 2021. It is now read-only.
Releases: cloudposse-archives/terraform-aws-iam-chamber-user
Releases · cloudposse-archives/terraform-aws-iam-chamber-user
0.1.7: Fix user disable (#11)
Regenerate README.md
what
- Regenerate
README.md
why
- Previous version of build-harness has some typos
Migrate to README.yaml format
what
- Add
README.yaml
why
- Standardize README
0.1.4: Update version for system user module (#7)
* Update version for system user module * Update version for system user module * Update main.tf * Update main.tf
0.1.3
0.1.2
what
- Fix list variables
- Lists should be inclosed in
[]
why
When assigning values from top-level modules
(e.g. ssm_resources = ["${format("arn:aws:ssm:%s:%s:parameter/kops/*", module.identity.aws_region, module.identity.account_id)}"]
,
throws the error:
Plan: 0 to add, 1 to change, 0 to destroy.
✅ (joany-staging-admin) chamber ➤ terraform plan
Acquiring state lock. This may take a few moments...
Releasing state lock. This may take a few moments...
Error: module.chamber_user.data.aws_iam_policy_document.default: statement.0.resources:
should be a list
0.1.1
0.1.0: Initialize (#1)
* initial commit * fix copyright date * add travis yml * adjust policy document makefile targets and readme * fix bugs * fix module output * fix outputs * outputs already strings * use var.name instead of module.id * changes from CR * changes from CR * Update README.md