Skip to content

Commit

Permalink
Merge pull request #10 from rajhansh1994/feature/module-update
Browse files Browse the repository at this point in the history
updated module
  • Loading branch information
vchinnakotla authored Dec 3, 2020
2 parents 415854e + 02399be commit 76a4897
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions main.tf
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
module "log_bucket" {
name_prefix = var.account_name
source = "QuiNovas/log-bucket/aws"
version = "3.0.0"
version = "3.0.2"
}

module "cloudtrail" {
account_name = var.account_name
log_bucket = module.log_bucket.id
source = "QuiNovas/cloudtrail/aws"
version = "3.0.3"
version = "3.0.4"
}

module "config" {
name = var.account_name
log_bucket = module.log_bucket.id
source = "QuiNovas/config/aws"
version = "3.0.1"
version = "3.0.2"
}

module "password_policy" {
Expand Down

0 comments on commit 76a4897

Please sign in to comment.