I have configured experiments in the terraform
block for variable validation. I can’t make Terraform Cloud work with it though. It keeps accusing validation as experimental opt-in feature, even with the necessary configuration.
Am I doing something wrong, or are experiments unsupported by Terraform Cloud?
Hi @gchamon,
Terraform Cloud does not have any special awareness of Terraform CLI experiments, so using them there should not require any extra steps.
Can you please share the configuration you are working with and the error message you saw when you tried to use an experimental feature in Terraform Cloud? I wonder if the experimental feature is interacting in an unintended way with some other Terraform Cloud feature, and seeing the configuration and error message would help me to map that to a relevant part of either the Terraform CLI or Terraform Cloud code.