Skip to content

Commit 9edd0a5

Browse files
committed
Bump to v0.6.0
1 parent d9912a0 commit 9edd0a5

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ Terraform Modules from [this package](https://github.com/tedilabs/terraform-aws-
3838
```tf
3939
module "event_data_store" {
4040
source = "tedilabs/security/aws//modules/cloudtrail-event-data-store"
41-
version = "~> 0.5.0"
41+
version = "~> 0.6.0"
4242
4343
name = "management-event"
4444

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.5.0
1+
0.6.0

examples/cloudtrail-event-data-store-config/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ provider "aws" {
1010
module "event_data_store" {
1111
source = "../../modules/cloudtrail-event-data-store"
1212
# source = "tedilabs/security/aws//modules/cloudtrail-event-data-store"
13-
# version = "~> 0.5.0"
13+
# version = "~> 0.6.0"
1414

1515
name = "config-configuration-items"
1616
event_type = "CONFIG_CONFIGURATION_ITEMS"

examples/cloudtrail-event-data-store-full/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ provider "aws" {
1010
module "event_data_store" {
1111
source = "../../modules/cloudtrail-event-data-store"
1212
# source = "tedilabs/security/aws//modules/cloudtrail-event-data-store"
13-
# version = "~> 0.5.0"
13+
# version = "~> 0.6.0"
1414

1515
name = "management-event"
1616

examples/cloudtrail-event-data-store-simple/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ provider "aws" {
1010
module "event_data_store" {
1111
source = "../../modules/cloudtrail-event-data-store"
1212
# source = "tedilabs/security/aws//modules/cloudtrail-event-data-store"
13-
# version = "~> 0.5.0"
13+
# version = "~> 0.6.0"
1414

1515
name = "management-event"
1616

examples/macie-account-simple/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ provider "aws" {
1010
module "account" {
1111
source = "../../modules/macie-account"
1212
# source = "tedilabs/security/aws//modules/macie-account"
13-
# version = "~> 0.5.0"
13+
# version = "~> 0.6.0"
1414

1515
enabled = true
1616

0 commit comments

Comments
 (0)