cloud-ca / terraform-provider-cloudca

Terraform provider for cloud.ca
https://cloud.ca
MIT License
8 stars 10 forks source link

Added instructions for installation for Terraform 0.13. #89

Open kovukono opened 4 years ago

kovukono commented 4 years ago

Prerequisites

Put an x into the box(es) that apply:

Description

Updates install instructions for Terraform 0.13.

Issues Resolved

List any existing issues this pull request resolves.

Checklist

Put an x into all boxes that apply:

Tests

Documentation

Code Style

khos2ow commented 4 years ago

I don't think this would just work as is with Terraform v0.13.x as the provider needs to get rebuilt after go.mod was updated (basically this https://github.com/cloud-ca/terraform-provider-cloudca/blob/master/go.mod#L5)

kovukono commented 3 years ago

I've been able to verify that the environment, vpc, network, ssh_key, public_ip, and instance of release 1.5.0 are currently working with Terraform 0.13.4. I could add the change to rebuild it for v1.6.0 if you'd prefer. Also, hi Khosrow!

khos2ow commented 3 years ago

Hi! :wave:

Interesting, I didn't know that would even work without the upgrade! I think eventually it needs to get upgraded, but if it works as is maybe not very urgent.