Skip to content

Commit

Permalink
Merge pull request Checkmarx#7253 from Checkmarx/fix_parsing_negative…
Browse files Browse the repository at this point in the history
…_test_gcp_queries

fix(gcp): rename test files resources to fix parsing errors on gcp queries
  • Loading branch information
ArturRibeiro-CX authored Sep 27, 2024
2 parents 7ae16b7 + cd64cfb commit 90c0e8a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ resource "google_container_cluster" "negative1" {
}

# Logging service defaults to Stackdriver, so it's okay to be undefined
resource "google_container_cluster" "negative1" {
resource "google_container_cluster" "negative2" {
name = "marcellus-wallace"
location = "us-central1-a"
initial_node_count = 3
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ resource "google_container_cluster" "negative1" {
}

# Monitoring service defaults to Stackdriver, so it's okay to be undefined
resource "google_container_cluster" "negative1" {
resource "google_container_cluster" "negative2" {
name = "marcellus-wallace"
location = "us-central1-a"
initial_node_count = 3
Expand Down

0 comments on commit 90c0e8a

Please sign in to comment.