Skip to content

Commit

Permalink
feat(GROW-2928): Upgrade the gcp terraform version
Browse files Browse the repository at this point in the history
Signed-off-by: Lei Jin <[email protected]>
  • Loading branch information
leijin-lw committed Jun 4, 2024
1 parent 6d76586 commit 100703b
Show file tree
Hide file tree
Showing 2 changed files with 58 additions and 58 deletions.
8 changes: 4 additions & 4 deletions lwgenerate/constants.go
Original file line number Diff line number Diff line change
Expand Up @@ -26,15 +26,15 @@ const (
LWAzureADVersion = "~> 1.0"

GcpAgentlessSource = "lacework/agentless-scanning/gcp"
GcpAgentlessVersion = "~> 0.1"
GcpAgentlessVersion = "~> 2.0"
GcpConfigSource = "lacework/config/gcp"
GcpConfigVersion = "~> 2.3"
GcpConfigVersion = "~> 3.0"
GcpAuditLogSource = "lacework/audit-log/gcp"
GcpAuditLogVersion = "~> 3.4"
GcpAuditLogVersion = "~> 4.0"
GcpGKEAuditLogSource = "lacework/gke-audit-log/gcp"
GcpGKEAuditLogVersion = "~> 0.3"
GcpPubSubAuditLog = "lacework/pub-sub-audit-log/gcp"
GcpPubSubAuditLogVersion = "~> 0.2"
GcpPubSubAuditLogVersion = "~> 0.6"

OciConfigSource = "lacework/config/oci"
OciConfigVersion = "~> 0.2"
Expand Down
Loading

0 comments on commit 100703b

Please sign in to comment.