Skip to content
This repository has been archived by the owner on Nov 1, 2023. It is now read-only.

Fixing version of terraform (0.10.X) and providers #2

Closed
perriea opened this issue Jan 25, 2018 · 2 comments
Closed

Fixing version of terraform (0.10.X) and providers #2

perriea opened this issue Jan 25, 2018 · 2 comments

Comments

@perriea
Copy link
Contributor

perriea commented Jan 25, 2018

Hi,

Terraform Versions

v0.11.X

Terraform Command

terraform apply -var nodes=3

Terraform Error

data.scaleway_image.xenial: Refreshing state...

Error: Error running plan: 1 error(s) occurred:

* output.kubeadm_join_command: Resource 'data.external.kubeadm_join' does not have attribute 'result.command' for variable 'data.external.kubeadm_join.result.command'

Comments

It seems that the problem has been shown to the Hashicorp team and there is quite a bit of activity on the subject:

While waiting for it to be solved, I can via a PR fix the version of terraform a 0.10.8 :

terraform.tf

terraform {
  required_version = "<= 0.10.8"
}

Thanks !

@perriea perriea changed the title Apply error on terraform versions 0.11.X Fixing version of terraform (0.10.X) Jan 25, 2018
@stefanprodan
Copy link
Owner

Yes please make a PR, I've used v0.10.0 and I didn't know about the 0.11 issues.

@perriea
Copy link
Contributor Author

perriea commented Jan 25, 2018

Ok, the PR #3 is submitted.
I just noticed that you did not correct the Scaleway provider version. This provider does not evolve quickly but it could be dangerous if Scaleway makes big changes in their API.

I will open a new PR for this purpose.

@perriea perriea changed the title Fixing version of terraform (0.10.X) Fixing version of terraform (0.10.X) and providers Jan 25, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants