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

feat: switch from Terraform Plugin SDK v2 to Terraform Plugin Framework #302

Draft
wants to merge 22 commits into
base: main
Choose a base branch
from

Conversation

sorccu
Copy link
Contributor

@sorccu sorccu commented Nov 19, 2024

This PR is a work in progress, incomplete, and may get reset multiple times. You can look but do not use.

Affected Components

  • Resources
  • Test
  • Docs
  • Tooling
  • Other

Pre-Requisites

  • Terraform code is formatted with terraform fmt
  • Go code is formatted with go fmt
  • plan & apply command of demo/main.tf file do not produce diffs

Notes for the Reviewer

Resolves #[issue-number]

New Dependency Submission

@sorccu sorccu force-pushed the plugin-framework branch 7 times, most recently from 98f04a4 to 555fb98 Compare November 25, 2024 19:04
sorccu added 17 commits December 4, 2024 01:36
This way future tests from child packages can refer to provider.New()
without introducing circular references. It also makes some potentially
interesting testing capabilities possible.
Also added the possibility for the provider to ignore environment variables
if requested. This makes it possible to test scenarios where the various
configuration options are not set, even if environment variables have to be
set for the rest of the test suite.
Copy link

Terraform Format and Style 🖌success

Format Output

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.

1 participant