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

upgrade to terraform-plugin-sdk v2 #1188

Merged
merged 34 commits into from
Sep 20, 2021
Merged

upgrade to terraform-plugin-sdk v2 #1188

merged 34 commits into from
Sep 20, 2021

Conversation

jacobbednarz
Copy link
Member

@jacobbednarz jacobbednarz commented Sep 13, 2021

Bump the provider to use Terraform SDK v2 internally. This introduces some breaking changes, generally for the better, but also gets onto SDK v2 and all the nice things that come with it.

Todo

  • Write upgrade guide

Closes #1087

@jacobbednarz jacobbednarz changed the title SDK v2 upgrade to terraform-plugin-sdk v2 Sep 13, 2021
This was a bit of a weird one but because the API is returning an empty object
for `ssl`, Terraform thought it was missing from previous state runs. To
address, we needed to mark it as `Computed` to rely on explicit values coming
in.
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.

Update to Terraform plugin SDK v2
1 participant