Skip to content

Releases: subhamay-bhattacharyya/terraform-aws-iam-role

Initial Release of Terraform AWS IAM Role Module

31 Dec 03:52
cadb7c0
Compare
Choose a tag to compare

Initial Release of Terraform AWS IAM Role Module (v1.0.0)

Summary

This pull request introduces the initial release of the Terraform AWS IAM Role module, version 1.0.0. This module provides the capability to create and manage AWS IAM roles, policies, and instance profiles.

Key Features

  • Create IAM roles with specified policies
  • Attach managed policies to IAM roles
  • Create instance profiles and associate them with IAM roles
  • Support for tagging resources
  • Example usage provided in README
  • Default tags configuration

Instructions

Please review the added functionalities and provide feedback or approval.

Additional Notes

  • The module source: app.terraform.io/subhamay-bhattacharyya/iam-role/aws
  • Example usage and detailed documentation are included in the README.md.
  • This release includes all necessary configurations and examples for quick integration.

What's Changed

  • Initial Release of Terraform AWS IAM Role Module. by @bsubhamay in #1

New Contributors

Full Changelog: https://github.com/subhamay-bhattacharyya/terraform-aws-iam-role/commits/1.0.0