Skip to content

Commit

Permalink
Merge pull request #20 from QuiNovas/develop
Browse files Browse the repository at this point in the history
Version updates
  • Loading branch information
yesh-naik-12 authored Feb 16, 2022
2 parents 7ec8d4d + 3d0e36f commit 4f4c990
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ module "log_bucket" {
name_prefix = var.account_name
tags = var.tags
source = "QuiNovas/log-bucket/aws"
version = "3.0.4"
version = "4.0.0"
}

module "cloudtrail" {
Expand All @@ -18,7 +18,7 @@ module "config" {
log_bucket = module.log_bucket.id
tags = var.tags
source = "QuiNovas/config/aws"
version = "3.0.5"
version = "4.0.0"
}

module "password_policy" {
Expand Down
2 changes: 1 addition & 1 deletion versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ terraform {
required_providers {
aws = {
source = "hashicorp/aws"
version = ">= 3.0.0"
version = ">= 4.0.0"
}
}
}

0 comments on commit 4f4c990

Please sign in to comment.