All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Nothing
- Nothing
- Nothing
- Nothing
- Nothing
- Nothing
v0.4.0 - 2024-08-12
- Fix error on module
iam-gitlab-oidc-provider
andiam-gitlab-oidc-role
by @oanhnn - [BC] Change variables of module
iam-gitlab-oidc-role
by @oanhnn
Full Changelog: https://github.com/rabiloo/terraform-aws-iam/compare/v0.3.2...v0.4.0
v0.3.2 - 2024-08-12
- Update documents
- Fix bug: attach user policies on submodule
rabiloo/iam/aws//modules/iam-user
Full Changelog: https://github.com/rabiloo/terraform-aws-iam/compare/v0.3.1...v0.3.2
v0.3.1 - 2024-08-12
- Bump dependabot/fetch-metadata from 1.3.6 to 1.4.0 by @dependabot in #1
- Bump dependabot/fetch-metadata from 1.4.0 to 1.5.1 by @dependabot in #2
- Bump dependabot/fetch-metadata from 1.5.1 to 1.6.0 by @dependabot in #3
- Bump actions/checkout from 3 to 4 by @dependabot in #4
- Bump terraform-linters/setup-tflint from 3 to 4 by @dependabot in #5
- Bump stefanzweifel/git-auto-commit-action from 4 to 5 by @dependabot in #6
- Bump hashicorp/setup-terraform from 2 to 3 by @dependabot in #7
- Bump actions/cache from 3 to 4 by @dependabot in #8
- Bump dependabot/fetch-metadata from 1.6.0 to 2.2.0 by @dependabot in #9
- Add submodule
rabiloo/iam/aws//modules/iam-gitlab-oidc-provider
by @oanhnn - Add submodule
rabiloo/iam/aws//modules/iam-gitlab-oidc-role
by @oanhnn
- @dependabot made their first contribution in #1
Full Changelog: https://github.com/rabiloo/terraform-aws-iam/compare/v0.3.0...v0.3.1
v0.3.0 - 2023-03-31
- Add Dependabot workflow
- Add auto-update changelog workflow
- Add Terrfaform validate workflow
- Update required AWS provider version to
>= 3.52
- Update Terraform lint workflow
- Update Makefile
v0.2.0 - 2021-08-27
- Add Lint action in Github Workflow
- Add Makefile
- Add documents for inputs and outputs
- Add validation to
create_iam_user_login_profile
variable of submoduleiam-user
- Break change Rename
custom_policy_arns
variable tocustom_policies
in submoduleiam-assumable-role
v0.1.1 - 2021-08-21
- Fix submodule
- First Release