Skip to content

Commit

Permalink
fix(pin): module iam-role/aws version ~> 0.2.0
Browse files Browse the repository at this point in the history
Signed-off-by: Salim Afiune Maya <afiune@lacework.net>
  • Loading branch information
afiune committed Sep 21, 2023
1 parent c75e60a commit a8fa3b2
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 8 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# v0.5.1

## Bug Fixes
* fix(pin): module iam-role/aws version ~> 0.2.0
---
# v0.5.0

## Features
Expand Down
9 changes: 3 additions & 6 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
# Release Notes
Another day, another release. These are the release notes for the version `v0.5.0`.
Another day, another release. These are the release notes for the version `v0.5.1`.

## Features
* feat: support aws provider 4.x (#39) (naseemkullah)([2131806](https://github.com/lacework/terraform-aws-config/commit/2131806416f0417a45b43fe106b2e474c9bce6df))
## Other Changes
* chore: update PR template (#37) (Darren)([909e23a](https://github.com/lacework/terraform-aws-config/commit/909e23acf23a2c483b2254ec709d80e32cf490c1))
* ci: version bump to v0.4.2-dev (Lacework)([9fa033c](https://github.com/lacework/terraform-aws-config/commit/9fa033c349a646273f7c5713e4fefe8d9631468c))
## Bug Fixes
* fix(pin): module iam-role/aws version ~> 0.2.0
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.5.0
0.5.1
2 changes: 1 addition & 1 deletion main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ resource "random_id" "uniq" {

module "lacework_cfg_iam_role" {
source = "lacework/iam-role/aws"
version = "~> 0.2"
version = "~> 0.2.0"
create = var.use_existing_iam_role ? false : true
iam_role_name = var.iam_role_name
lacework_aws_account_id = var.lacework_aws_account_id
Expand Down

0 comments on commit a8fa3b2

Please sign in to comment.