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

fix(validate): add variables support #15938

Merged

Conversation

darkowlzz
Copy link
Contributor

@darkowlzz darkowlzz commented Aug 28, 2017

Enable variables support in meta-parameters processing in validate command.

Fixes #15733, #15894

Enable variables support in meta-parameters processing in validate command.
@apparentlymart apparentlymart merged commit 3a1582c into hashicorp:master Aug 28, 2017
@apparentlymart
Copy link
Contributor

Thanks for fixing this, @darkowlzz!

@sdot257
Copy link

sdot257 commented Oct 9, 2017

On v0.10.7 and I'm seeing the same issue. As a workaround, I had to set a default and assign null to it.

variable "odata_subnet_id" {
  description = "A internal subnet id"
  default     = ""
}

@smartb-pair
Copy link

I'm still seeing behavior like @luckytaxi reported with Terraform v0.11.0.

@spmsaj
Copy link

spmsaj commented Apr 23, 2018

still seeing issue in .11.7

@xakraz
Copy link

xakraz commented Aug 26, 2019

Same with 0.11.13

@ghost
Copy link

ghost commented Aug 27, 2019

I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues.

If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.

@ghost ghost locked and limited conversation to collaborators Aug 27, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

validate not using terraform.tfvars as source
6 participants