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

prototype: Mux with Terraform Plugin Framework #23948

Closed
wants to merge 79 commits into from

Conversation

ewbankkit
Copy link
Contributor

Community Note

  • Please vote on this pull request by adding a 👍 reaction to the original pull request comment to help the community and maintainers prioritize this request
  • Please do not leave "+1" or other comments that do not add relevant new information or questions, they generate extra noise for pull request followers and do not help prioritize the request

This PR implements a prototype of combining resource and data source implemented in either Terraform Plugin SDK v2 or Terraform Plugin Framework using terraform-plugin-mux

@github-actions github-actions bot added provider Pertains to the provider itself, rather than any interaction with AWS. size/XL Managed by automation to categorize the size of a PR. labels Mar 30, 2022
@ewbankkit

This comment was marked as outdated.

This is necessary for muxing with the v5 provider which has no ability to specify attribute default values in schema.
* All except 'max_retries' are unnecessary as they are the type's zero value
* The default value of 25 for 'max_retries' can be implemented in code
…h 'terraform-plugin-framework'.

Acceptance test output:

% make testacc TESTS=TestAccMetaARNDataSource_basic PKG=meta
==> Checking that code complies with gofmt requirements...
TF_ACC=1 go test ./internal/service/meta/... -v -count 1 -parallel 20 -run='TestAccMetaARNDataSource_basic'  -timeout 180m
=== RUN   TestAccMetaARNDataSource_basic
=== PAUSE TestAccMetaARNDataSource_basic
=== CONT  TestAccMetaARNDataSource_basic
--- PASS: TestAccMetaARNDataSource_basic (14.34s)
PASS
ok  	github.com/hashicorp/terraform-provider-aws/internal/service/meta	21.527s
@github-actions github-actions bot added service/apigateway Issues and PRs that pertain to the apigateway service. service/cognitoidp Issues and PRs that pertain to the cognitoidp service. service/cur Issues and PRs that pertain to the cur service. service/fms Issues and PRs that pertain to the fms service. service/lightsail Issues and PRs that pertain to the lightsail service. service/meta service/pricing Issues and PRs that pertain to the pricing service. service/route53 Issues and PRs that pertain to the route53 service. service/waf Issues and PRs that pertain to the waf service. tests PRs: expanded test coverage. Issues: expanded coverage, enhancements to test infrastructure. labels May 2, 2022
@ewbankkit
Copy link
Contributor Author

Superseded by #25606, #25715, #25733 and #25770.

@ewbankkit ewbankkit closed this Jul 11, 2022
@ewbankkit ewbankkit deleted the f-protov5-mux-terraform-plugin-framework branch July 11, 2022 13:47
@github-actions
Copy link

I'm going to lock this pull request because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues.
If you have found a problem that seems related to this change, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Aug 11, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
documentation Introduces or discusses updates to documentation. provider Pertains to the provider itself, rather than any interaction with AWS. repository Repository modifications; GitHub Actions, developer docs, issue templates, codeowners, changelog. service/apigateway Issues and PRs that pertain to the apigateway service. service/cognitoidp Issues and PRs that pertain to the cognitoidp service. service/cur Issues and PRs that pertain to the cur service. service/fms Issues and PRs that pertain to the fms service. service/lightsail Issues and PRs that pertain to the lightsail service. service/pricing Issues and PRs that pertain to the pricing service. service/route53 Issues and PRs that pertain to the route53 service. service/waf Issues and PRs that pertain to the waf service. size/XL Managed by automation to categorize the size of a PR. tests PRs: expanded test coverage. Issues: expanded coverage, enhancements to test infrastructure.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant