Skip to content

Commit

Permalink
Minor fix to address ambiguity in error message. (GoogleCloudPlatform…
Browse files Browse the repository at this point in the history
  • Loading branch information
spapi17 authored and balanaguharsha committed May 2, 2024
1 parent e889c21 commit eb14be8
Showing 1 changed file with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -173,8 +173,10 @@ func ResourceComposerEnvironment() *schema.Resource {
<% unless version == "ga" -%>
customdiff.ForceNewIf("config.0.node_config.0.network", forceNewCustomDiff("config.0.node_config.0.network")),
customdiff.ForceNewIf("config.0.node_config.0.subnetwork", forceNewCustomDiff("config.0.node_config.0.subnetwork")),
customdiff.ValidateChange("config.0.software_config.0.image_version", imageVersionChangeValidationFunc),
versionValidationCustomizeDiffFunc,
customdiff.Sequence(
customdiff.ValidateChange("config.0.software_config.0.image_version", imageVersionChangeValidationFunc),
versionValidationCustomizeDiffFunc,
),
<% end -%>
),

Expand Down

0 comments on commit eb14be8

Please sign in to comment.