Skip to content

Commit

Permalink
Merge pull request #28 from lacework/afiune/26/loose-version-pinning
Browse files Browse the repository at this point in the history
fix: dependency conflicts with other tf modules
  • Loading branch information
afiune authored Mar 17, 2021
2 parents c7d44a9 + 8bbbd32 commit 33c68ef
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
- checkout
- add_ssh_keys:
fingerprints:
- "0e:27:21:5a:01:53:03:17:3f:46:37:2b:fc:a9:42:6c"
- "fe:be:77:2c:7f:e8:51:1c:63:7a:30:e1:90:e5:9c:1d"
- run: scripts/release.sh trigger
release:
executor: alpine
Expand Down
2 changes: 1 addition & 1 deletion main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -285,7 +285,7 @@ resource "aws_iam_policy" "cross_account_policy" {

module "lacework_ct_iam_role" {
source = "lacework/iam-role/aws"
version = "~> 0.1.0"
version = "~> 0.1"
create = var.use_existing_iam_role ? false : true
iam_role_name = local.iam_role_name
lacework_aws_account_id = var.lacework_aws_account_id
Expand Down
4 changes: 2 additions & 2 deletions scripts/release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ set -eou pipefail

readonly org_name=lacework
readonly project_name=terraform-aws-cloudtrail
readonly git_user="Salim Afiune Maya"
readonly git_email="afiune@lacework.net"
readonly git_user="Lacework Inc."
readonly git_email="ops+releng@lacework.net"
VERSION=$(cat VERSION)

usage() {
Expand Down

0 comments on commit 33c68ef

Please sign in to comment.