Skip to content

Commit

Permalink
Skip no change after creation
Browse files Browse the repository at this point in the history
  • Loading branch information
gemmahou committed Oct 31, 2024
1 parent fd37a00 commit 2666216
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions pkg/test/resourcefixture/contexts/compute_context.go
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,15 @@ func init() {
SkipUpdate: true,
}

resourceContextMap["globalcomputebackendservicesecuritysettings"] = ResourceContext{
ResourceKind: "ComputeBackendService",
// Underlying API changes dependency resource's project id to number after successful creation.
// For now TF servicemapping does not have a way to resolve dependency DCL resources' project number.
// Skip checking no change after creation(testNoChangeAfterCreate) to bypass this temporarily.
// See https://buganizer.corp.google.com/issues/374166656#comment11 for details.
SkipNoChange: true,
}

resourceContextMap["computeexternalvpngateway"] = ResourceContext{
ResourceKind: "ComputeExternalVPNGateway",
SkipUpdate: true,
Expand Down

0 comments on commit 2666216

Please sign in to comment.