Skip to content
This repository has been archived by the owner on Oct 6, 2023. It is now read-only.

Releases: hyprnz/terraform-aws-iam-module

New Manage Policy

09 Aug 23:14
Compare
Choose a tag to compare

Adds support for creating new policies and attaching them to a Role, of which could be created or existing.

This module makes a change in architecture that is designed more around the policy being the primary resource driver, which can then be associated with other resources (Roles, Groups or Users).

OIDC Provider Implementation

31 Mar 00:40
ede2f3b
Compare
Choose a tag to compare

Adds an implementation for an IAM OIDC provider

New Design - Applied Role

30 Mar 22:30
9879f45
Compare
Choose a tag to compare

New design implementation for the module that focuses on applied scenarios, with a common resource implementation. The first applied module component is the Managed-Role, which creates a role and attaches a policy. The policy takes a json policy document variable that allows for policies that contain multiple statements and conditional policy statements.

All previous modules remain unchanged for backwards compatibility.

New releases will follow to will support

  • binding to pre-existing roles
  • Create and attach multiple policy documents

Enable use of existing Team in Policy-Group role

02 Jun 03:27
Compare
Choose a tag to compare

Enable the use of existing team in Policy-Group role.

Set the create_group variable to 'false' if you want to use an existing named group.

Policy and Role

17 Mar 01:30
Compare
Choose a tag to compare

Adds the ability to create an IAM policy and IAM Role, attaching the policy to the role

Upgrade to terraform 0.12

12 Dec 01:22
Compare
Choose a tag to compare

This is a breaking release to terraform 0.12.16 to be used with terragrunt 0.21.

Role to Policy Module Update

28 Nov 02:43
Compare
Choose a tag to compare

Changed AWS provider block to provide more consistency when calling module with another AWS provider block

Role to Policy Module Update

27 Nov 01:56
Compare
Choose a tag to compare

Added policy_description variable to help communicate the intent of the policy.

Role to Policy Module

26 Nov 04:29
Compare
Choose a tag to compare

Adds the ability to create an IAM policy and attach it to an existing role

Group to Policy Module

18 Sep 05:18
Compare
Choose a tag to compare

A Refactor of the module design to include multiple types of IAM modules. Also includes a Group to policy module that creates both a policy and a group and attaches the two,