Skip to content

Commit

Permalink
Use TF v1.10.0-beta1 in FEATURE-BRANCH-ephemeral-resource (GoogleClou…
Browse files Browse the repository at this point in the history
  • Loading branch information
SarahFrench authored Nov 5, 2024
1 parent 8a6f281 commit 8aad24d
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ import vcs_roots.ModularMagicianVCSRootBeta
import vcs_roots.ModularMagicianVCSRootGa

const val featureBranchEphemeralResources = "FEATURE-BRANCH-ephemeral-resource"
const val EphemeralResourcesTfCoreVersion = "1.10.0-alpha20241023"
const val EphemeralResourcesTfCoreVersion = "1.10.0-beta1"

// featureBranchEphemeralResourcesSubProject creates a project just for testing ephemeral resources.
// We know that all ephemeral resources we're adding are part of the Resource Manager service, so we only include those builds.
Expand Down Expand Up @@ -99,4 +99,4 @@ fun featureBranchEphemeralResourcesSubProject(allConfig: AllContextParameters):
readOnlySettings()
}
}
}
}

0 comments on commit 8aad24d

Please sign in to comment.