Skip to content

Releases: skyscrapers/terraform-iam

Release new module for AWS SSO

23 Mar 11:08
f59c94c
Compare
Choose a tag to compare
Implement module to setup SSO permission sets (#26)

* Implement module to setup SSO permission sets

Full docs in README.MD

As per https://github.com/skyscrapers/engineering/issues/759

* Fix PR comments

Add missing permission to k8s roles

24 Feb 13:30
94c800c
Compare
Choose a tag to compare

K8s roles were missing the permission to query the K8s api from the AWS console

Add variable to require MFA in k8s roles

28 Jan 15:23
66e0557
Compare
Choose a tag to compare
Add variable to require MFA for k8s roles (#24)

* Add variable to require mfa for k8s roles

* Output role name

Add k8s-roles module

28 Jan 13:27
a56ac86
Compare
Choose a tag to compare
4.1.0

Add k8s-roles module (#23)

Minor refactor of the cloudwatch_monitoring_role module

07 Jan 07:03
1685299
Compare
Choose a tag to compare

The cloudwatch_monitoring_role has been renamed to cloudwatch_monitoring_policy, and its variables have changed accordingly.

Please refer to the module's documentation to know more about its usage.

3.0.1: Fix user output (#18)

21 Jun 12:04
92f86c0
Compare
Choose a tag to compare
* Output proper lists for user module

* Update docs

3.0.0 Update code to terraform 0.12

21 Jun 09:22
a482030
Compare
Choose a tag to compare

Updated code to terraform version 0.12
Added roles_path parameter to the base_role in order to allow further customization.

2.4.0

11 Apr 12:16
c7bfc28
Compare
Choose a tag to compare

This release refactors the codedeploy role moving to the aws-managed CodeDeploy IAM policy.

It also refactors the documentation and the code to meet our standards

Added base_roles module

17 Jan 09:17
95fcb44
Compare
Choose a tag to compare
Create base_roles module (#14)

* Adds new module to create some base roles

Admin and readonly roles

* Add the readonly role to the /ops/ path as well

* Fix readonly policy name

* Document base_roles module

* Small refactor to simplify variables

Fix terraform_ci module variables

18 Dec 10:46
Compare
Choose a tag to compare
2.2.1

Fix terraform_ci module variables