Skip to content

Commit

Permalink
chore: major version bump to 4.0.0
Browse files Browse the repository at this point in the history
Signed-off-by: Salim Afiune Maya <afiune@lacework.net>
  • Loading branch information
afiune committed Dec 19, 2023
1 parent 3515d8d commit 9b25f55
Show file tree
Hide file tree
Showing 12 changed files with 13 additions and 13 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,15 +36,15 @@ cloudresourcemanager.googleapis.com
| Name | Version |
|------|---------|
| <a name="requirement_terraform"></a> [terraform](#requirement\_terraform) | >= 0.15.1 |
| <a name="requirement_google"></a> [google](#requirement\_google) | ~> 4.4 |
| <a name="requirement_google"></a> [google](#requirement\_google) | >= 4.4.0 |
| <a name="requirement_lacework"></a> [lacework](#requirement\_lacework) | ~> 1.0 |
| <a name="requirement_time"></a> [time](#requirement\_time) | ~> 0.6 |

## Providers

| Name | Version |
|------|---------|
| <a name="provider_google"></a> [google](#provider\_google) | ~> 4.4 |
| <a name="provider_google"></a> [google](#provider\_google) | >= 4.4.0 |
| <a name="provider_lacework"></a> [lacework](#provider\_lacework) | ~> 1.0 |
| <a name="provider_random"></a> [random](#provider\_random) | n/a |
| <a name="provider_time"></a> [time](#provider\_time) | ~> 0.6 |
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.4.5-dev
4.0.0-dev
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ provider "lacework" {}
module "gcp_project_audit_log" {
source = "lacework/audit-log/gcp"
version = "~> 3.0"
version = "~> 4.0"
}
```

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ provider "lacework" {}
module "gcp_organization_level_audit_log" {
source = "lacework/audit-log/gcp"
version = "~> 3.0"
version = "~> 4.0"
use_existing_service_account = true
service_account_name = "my-service-account"
Expand Down
2 changes: 1 addition & 1 deletion examples/org-level-custom-filter/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ provider "lacework" {}
module "gcp_organization_level_audit_log" {
source = "lacework/audit-log/gcp"
version = "~> 3.0"
version = "~> 4.0"
org_integration = true
organization_id = "my-organization-id"
Expand Down
2 changes: 1 addition & 1 deletion examples/org-level-google-k8s-events/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ provider "lacework" {}
module "gcp_organization_level_audit_log" {
source = "lacework/audit-log/gcp"
version = "~> 3.0"
version = "~> 4.0"
org_integration = true
Expand Down
2 changes: 1 addition & 1 deletion examples/org-level-google-workspace-events/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ provider "lacework" {}
module "gcp_organization_level_audit_log" {
source = "lacework/audit-log/gcp"
version = "~> 3.0"
version = "~> 4.0"
org_integration = true
organization_id = "my-organization-id"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ provider "lacework" {}
module "gcp_organization_level_audit_log" {
source = "lacework/audit-log/gcp"
version = "~> 3.4"
version = "~> 4.0"
org_integration = true
organization_id = "my-organization-id"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ provider "lacework" {}
module "gcp_organization_level_audit_log" {
source = "lacework/audit-log/gcp"
version = "~> 3.4"
version = "~> 4.0"
org_integration = true
project_id = "abc-demo-project-123"
Expand Down
2 changes: 1 addition & 1 deletion examples/organization-level-audit-log/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ provider "lacework" {}
module "gcp_organization_level_audit_log" {
source = "lacework/audit-log/gcp"
version = "~> 3.0"
version = "~> 4.0"
org_integration = true
organization_id = "my-organization-id"
Expand Down
2 changes: 1 addition & 1 deletion examples/project-level-audit-log-multi/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ variable "projects" {
module "gcp_audit_log" {
source = "lacework/audit-log/gcp"
version = "~> 3.0"
version = "~> 4.0"
for_each = var.projects
project_id = each.key
Expand Down
2 changes: 1 addition & 1 deletion examples/project-level-audit-log/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ provider "lacework" {}
module "gcp_project_level_audit_log" {
source = "lacework/audit-log/gcp"
version = "~> 3.0"
version = "~> 4.0"
lifecycle_rule_age = 7
}
Expand Down

0 comments on commit 9b25f55

Please sign in to comment.