Skip to content

Commit

Permalink
forgot cloudtrail, fixed with update
Browse files Browse the repository at this point in the history
  • Loading branch information
vchinnakotla committed Feb 16, 2022
1 parent 3d0e36f commit fbf1154
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
Empty file modified .gitignore
100644 → 100755
Empty file.
2 changes: 1 addition & 1 deletion main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ module "cloudtrail" {
log_bucket = module.log_bucket.id
tags = var.tags
source = "QuiNovas/cloudtrail/aws"
version = "3.0.7"
version = "4.0.0"
}

module "config" {
Expand Down
2 changes: 1 addition & 1 deletion versions.tf
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

terraform {
required_version = ">= 0.13"
required_version = ">= 1.0"
required_providers {
aws = {
source = "hashicorp/aws"
Expand Down

0 comments on commit fbf1154

Please sign in to comment.