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 Terraform SDK to v2.0.1 #129

Merged
merged 2 commits into from
Aug 28, 2020
Merged

Conversation

ozerovandrei
Copy link
Contributor

@ozerovandrei ozerovandrei commented Aug 27, 2020

Use the next major version of SDK.

Remove usage of all deprecated functions.

Only leave ValidateFunc for now since there are currently no wrappers
for the existing validation helpers.
See: hashicorp/terraform-plugin-sdk#534.

Refactor "theme" in resource_selectel_vpc_project_v2 to use map of
strings since map of resources is not possible anymore.
See: hashicorp/terraform-plugin-sdk#338

Add internal mutexkv and hashcode implementations from v1 SDK.
See: hashicorp/terraform-plugin-sdk#438

For #127

Use the next major version of SDK.

Remove usage of all deprecated functions.

Only leave ValidateFunc for now since there are currently no wrappers
for the existing validation helpers.
See: hashicorp/terraform-plugin-sdk#534.

Refactor "theme" in resource_selectel_vpc_project_v2 to use map of
strings since map of resources is not possible anymore.
See: hashicorp/terraform-plugin-sdk#338

Add internal mutexkv and hashcode implementations from v1 SDK.
See: hashicorp/terraform-plugin-sdk#438
Add test for flattenVPCProjectV2Theme function.
Copy link
Contributor

@dstdfx dstdfx left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

@ozerovandrei ozerovandrei marked this pull request as ready for review August 28, 2020 14:17
@ozerovandrei ozerovandrei merged commit 0a7e5e5 into selectel:master Aug 28, 2020
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.

2 participants