Skip to content

Commit

Permalink
Bump to v0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
posquit0 committed Feb 3, 2023
1 parent d9912a0 commit 9edd0a5
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ Terraform Modules from [this package](https://github.com/tedilabs/terraform-aws-
```tf
module "event_data_store" {
source = "tedilabs/security/aws//modules/cloudtrail-event-data-store"
version = "~> 0.5.0"
version = "~> 0.6.0"
name = "management-event"
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.5.0
0.6.0
2 changes: 1 addition & 1 deletion examples/cloudtrail-event-data-store-config/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ provider "aws" {
module "event_data_store" {
source = "../../modules/cloudtrail-event-data-store"
# source = "tedilabs/security/aws//modules/cloudtrail-event-data-store"
# version = "~> 0.5.0"
# version = "~> 0.6.0"

name = "config-configuration-items"
event_type = "CONFIG_CONFIGURATION_ITEMS"
Expand Down
2 changes: 1 addition & 1 deletion examples/cloudtrail-event-data-store-full/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ provider "aws" {
module "event_data_store" {
source = "../../modules/cloudtrail-event-data-store"
# source = "tedilabs/security/aws//modules/cloudtrail-event-data-store"
# version = "~> 0.5.0"
# version = "~> 0.6.0"

name = "management-event"

Expand Down
2 changes: 1 addition & 1 deletion examples/cloudtrail-event-data-store-simple/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ provider "aws" {
module "event_data_store" {
source = "../../modules/cloudtrail-event-data-store"
# source = "tedilabs/security/aws//modules/cloudtrail-event-data-store"
# version = "~> 0.5.0"
# version = "~> 0.6.0"

name = "management-event"

Expand Down
2 changes: 1 addition & 1 deletion examples/macie-account-simple/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ provider "aws" {
module "account" {
source = "../../modules/macie-account"
# source = "tedilabs/security/aws//modules/macie-account"
# version = "~> 0.5.0"
# version = "~> 0.6.0"

enabled = true

Expand Down

0 comments on commit 9edd0a5

Please sign in to comment.