Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Removed experiments to work with new terraform version #8

Merged
merged 1 commit into from
Aug 24, 2020

Conversation

azhar22k
Copy link
Member

@azhar22k azhar22k commented Aug 24, 2020

Description

experiments = [variable_validation] as it breaks with Terraform v0.13.0 which has this inbuilt and when set explicitly, gives error

Error: Experiment has concluded

  on .terraform/modules/tags/tags/variables.tf line 3, in terraform:
   3:   experiments = [variable_validation]

Experiment "variable_validation" is no longer available. Custom variable
validation can now be used by default, without enabling an experiment.

Description of what this PR does. What have you added or changed, and why?

  • Bug Fix
  • Enhancement (new features, refinement)
  • Breaking Change
  • Refactor
  • Documentation

Steps to test

  1. Try terraform init on an infra with tags modules used along with Terraform CLI v0.13.0

@azhar22k azhar22k self-assigned this Aug 24, 2020
@azhar22k azhar22k requested a review from pearcem0 August 24, 2020 09:35
@azhar22k azhar22k merged commit d73d125 into peak-ai:master Aug 24, 2020
@azhar22k azhar22k deleted the remove-experiments branch August 24, 2020 09:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants