From 378c69d65293531a6dd4d6aae7fea9a6e62230a6 Mon Sep 17 00:00:00 2001 From: Elbaz Date: Tue, 22 Aug 2023 16:38:04 +0300 Subject: [PATCH] rename --- internal/experiments/experiment.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/experiments/experiment.go b/internal/experiments/experiment.go index 901c4e5efb..7d98f4f33f 100644 --- a/internal/experiments/experiment.go +++ b/internal/experiments/experiment.go @@ -30,7 +30,7 @@ func init() { registerConcludedExperiment(SuppressProviderSensitiveAttrs, "Provider-defined sensitive attributes are now redacted by default, without enabling an experiment.") registerConcludedExperiment(ConfigDrivenMove, "Declarations of moved resource instances using \"moved\" blocks can now be used by default, without enabling an experiment.") registerConcludedExperiment(PreconditionsPostconditions, "Condition blocks can now be used by default, without enabling an experiment.") - registerConcludedExperiment(ModuleVariableOptionalAttrs, "The final feature corresponding to this experiment differs from the experimental form and is available in the Terraform language from Terraform v1.3.0 onwards.") + registerConcludedExperiment(ModuleVariableOptionalAttrs, "The final feature corresponding to this experiment differs from the experimental form and is available in the OpenTF language from OpenTF v1.3.0 onwards.") } // GetCurrent takes an experiment name and returns the experiment value