Skip to content

Commit

Permalink
Merge pull request #8 from clouddrove/PR-1
Browse files Browse the repository at this point in the history
Pr 1
  • Loading branch information
Sohan Yadav committed Apr 25, 2020
2 parents 744de6d + 32f1c54 commit ea99648
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ module "labels" {
# Description : Terraform module to create default S3 bucket with logging and encryption
# type specific features.
module "s3_bucket" {
source = "git::https://github.com/clouddrove/terraform-aws-s3.git?ref=tags/0.12.2"
source = "git::https://github.com/clouddrove/terraform-aws-s3.git?ref=tags/0.12.5"

name = var.s3_bucket_name
application = var.application
Expand Down Expand Up @@ -95,7 +95,7 @@ data "aws_iam_policy_document" "cloudwatch_delivery_policy" {
}

module "kms_key" {
source = "git::https://github.com/clouddrove/terraform-aws-kms.git?ref=tags/0.12.2"
source = "git::https://github.com/clouddrove/terraform-aws-kms.git?ref=tags/0.12.4"

name = var.name
application = var.application
Expand Down

0 comments on commit ea99648

Please sign in to comment.