Closed programingnotes closed 6 years ago
Hi @programingnotes,
The steps and errors reported in this issue do not reflect the state of this repository (this fork is progressing towards becoming an official provider and has taken substantial deviations from the original btobolaski repo and the LinodeContent fork).
This repository is a work-in-progress, with two fairly large open issues that will bring further changes to the linode_instance
resource (note that your code above references the linode_linode
resource which no longer exists in this project).
You can try this repo out, none the less, using the instructions provided here:
Examples are provided here:
Hi @displague Thank you for the response and accept my apologies for opening up issue on wrong repo. Will use the link suggested in your reply.
Hi there,
Thank you for opening an issue. Please note that we try to keep the Terraform issue tracker reserved for bug reports and feature requests. For general usage questions, please see: https://www.terraform.io/community.html.
Terraform Version
Affected Resource(s)
Terraform Configuration Files
Debug Output
link to the debug output Gist.
Panic Output
Expected Behavior
What should have happened?
Actual Behavior
Steps to Reproduce
Please list the steps required to reproduce the issue, for example:
go get github.com/hashicorp/terraform
go get github.com/LinodeContent/terraform-provider-linode
cd $GOPATH/src/github.com/LinodeContent/terraform-provider-linode/bin/terraform-provider-linode
go build -o terraform-provider-linode
mv $GOPATH/src/github.com/LinodeContent/terraform-provider-linode/bin/terraform-provider-linode/terraform-provider-linode $GOPATH/bin
mv$GOPATH/src/github.com/LinodeContent/terraform-provider-linode/linode-template.tf $GOPATH/bin
go get github.com/hashicorp/terraform
wget https://github.com/linode/docs-scripts/raw/master/hosted_scripts/terraform-linode-plugin/terraform-provider-linode
mv terraform-provider-linode ~/go_projects/bin/
chmod 750 $GOPATH/bin/terraform-provider-linode
terraform plan
Important Factoids
References
None, that I have seen yet