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 <lei.jin@lacework.net>
  • Loading branch information
leijin-lw committed Jun 4, 2024
1 parent 6d76586 commit 4d84154
Show file tree
Hide file tree
Showing 3 changed files with 59 additions and 59 deletions.
2 changes: 1 addition & 1 deletion integration/framework_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -491,7 +491,7 @@ func TestMain(m *testing.M) {
func terraformInstall() {
installer := &releases.ExactVersion{
Product: product.Terraform,
Version: version.Must(version.NewVersion("1.4.7")),
Version: version.Must(version.NewVersion("1.5.0")),
}

_execPath, err := installer.Install(context.Background())
Expand Down
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 4d84154

Please sign in to comment.