Releases: skyscrapers/terraform-iam
Releases · skyscrapers/terraform-iam
Release new module for AWS SSO
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
K8s roles were missing the permission to query the K8s api from the AWS console
Add variable to require MFA in k8s roles
Add variable to require MFA for k8s roles (#24) * Add variable to require mfa for k8s roles * Output role name
Add k8s-roles module
4.1.0 Add k8s-roles module (#23)
Minor refactor of the cloudwatch_monitoring_role module
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)
* Output proper lists for user module * Update docs
3.0.0 Update code to terraform 0.12
Updated code to terraform version 0.12
Added roles_path
parameter to the base_role in order to allow further customization.
2.4.0
Added base_roles module
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
2.2.1 Fix terraform_ci module variables