Skip to content
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

0.1.7: Fix user disable (#11)

18 Feb 09:18
6771387
Compare
Choose a tag to compare
* Fix user disable
* Update chamber user module

Regenerate README.md

27 Jul 14:03
061faed
Compare
Choose a tag to compare

what

  • Regenerate README.md

why

  • Previous version of build-harness has some typos

Migrate to README.yaml format

19 Jul 09:25
ca8a258
Compare
Choose a tag to compare

what

  • Add README.yaml

why

  • Standardize README

0.1.4: Update version for system user module (#7)

21 May 18:01
068a383
Compare
Choose a tag to compare
* Update version for system user module

* Update version for system user module

* Update main.tf

* Update main.tf

0.1.3

30 Apr 00:33
2dee48b
Compare
Choose a tag to compare

what

  • Update policy
  • Add ssm:GetParametersByPath

why

  • Required if path prefix is used

0.1.2

23 Apr 01:43
18920b7
Compare
Choose a tag to compare

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

22 Apr 13:55
c18e452
Compare
Choose a tag to compare

what

  • Pin module version to a release
  • Remove unused module
  • Update README

why

  • Pin to a release for stability
  • Module label not in use

0.1.0: Initialize (#1)

21 Apr 00:35
75c5a6a
Compare
Choose a tag to compare
* 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