From 8aad24de3aa61344205299b4331e26696ff32ffd Mon Sep 17 00:00:00 2001 From: Sarah French <15078782+SarahFrench@users.noreply.github.com> Date: Tue, 5 Nov 2024 16:07:29 +0000 Subject: [PATCH] Use TF v1.10.0-beta1 in FEATURE-BRANCH-ephemeral-resource (#12206) --- .../feature_branches/FEATURE-BRANCH-ephemeral-resource.kt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mmv1/third_party/terraform/.teamcity/components/projects/feature_branches/FEATURE-BRANCH-ephemeral-resource.kt b/mmv1/third_party/terraform/.teamcity/components/projects/feature_branches/FEATURE-BRANCH-ephemeral-resource.kt index 777a1c1d71fd..a17f54efd05c 100644 --- a/mmv1/third_party/terraform/.teamcity/components/projects/feature_branches/FEATURE-BRANCH-ephemeral-resource.kt +++ b/mmv1/third_party/terraform/.teamcity/components/projects/feature_branches/FEATURE-BRANCH-ephemeral-resource.kt @@ -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. @@ -99,4 +99,4 @@ fun featureBranchEphemeralResourcesSubProject(allConfig: AllContextParameters): readOnlySettings() } } -} \ No newline at end of file +}