Skip to content

Commit

Permalink
Merge pull request #11 from QuiNovas/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
vchinnakotla authored Dec 3, 2020
2 parents 55ec1f4 + 76a4897 commit c9de840
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 c9de840

Please sign in to comment.