Skip to content

Commit

Permalink
fix: update cloudposse version
Browse files Browse the repository at this point in the history
  • Loading branch information
arthur-observe committed Apr 11, 2024
1 parent 396600e commit 57b4ff1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/cloudtrail/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@ resource "random_pet" "run" {

module "cloudtrail_s3_bucket" {
source = "cloudposse/cloudtrail-s3-bucket/aws"
version = "0.15.0"
version = ">=0.15.0"
name = random_pet.run.id
force_destroy = true
}

module "cloudtrail" {
source = "cloudposse/cloudtrail/aws"
version = "0.15.0"
version = ">=0.15.0"
name = random_pet.run.id
enable_log_file_validation = true
include_global_service_events = true
Expand Down

0 comments on commit 57b4ff1

Please sign in to comment.