Skip to content
This repository has been archived by the owner on Sep 12, 2019. It is now read-only.

Commit

Permalink
fix parameter value for iam role module, update version (#6)
Browse files Browse the repository at this point in the history
* use resource module to generate random id

* upgrade iam role module version

* fix parameter value for iam role module

* update iam role module version
  • Loading branch information
snabilah authored and oktaviandi-nugraha committed Aug 15, 2018
1 parent 4a52372 commit d47ab0f
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions main.tf
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
module "lambda_role" {
source = "github.com/traveloka/terraform-aws-iam-role//modules/lambda?ref=v0.4.2"
source = "github.com/traveloka/terraform-aws-iam-role//modules/lambda?ref=v0.4.4"

product_domain = "${var.product_domain}"
service_name = "${var.lambda_name}"
descriptive_name = "Role for lambda ${var.lambda_name}"
descriptive_name = "${var.lambda_name}"
}

resource "aws_iam_role_policy_attachment" "lambda_basic_role" {
Expand Down

0 comments on commit d47ab0f

Please sign in to comment.