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 pcostell committed Jul 16, 2024
1 parent 181f4b2 commit 8c584d0
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 8c584d0

Please sign in to comment.