generated from hashicorp/terraform-provider-scaffolding
-
Notifications
You must be signed in to change notification settings - Fork 121
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
terraform-plugin-framework@0.5.0+ #306
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ewbankkit
force-pushed
the
f-terraform-plugin-framework@0.5.0
branch
from
December 2, 2021 12:56
b9c8869
to
4a37d20
Compare
This comment has been minimized.
This comment has been minimized.
The immediate S3 Bucket resource recreate bug (#218) has been fixed but has uncovered an issue with resource import: % TF_LOG=WARN make testacc PKG_NAME=internal/aws/s3 TESTARGS='-run=TestAccAWSS3Bucket_'
TF_ACC=1 go test ./internal/aws/s3 -v -count 1 -parallel 20 -run=TestAccAWSS3Bucket_ -timeout 180m
=== RUN TestAccAWSS3Bucket_basic
=== PAUSE TestAccAWSS3Bucket_basic
=== RUN TestAccAWSS3Bucket_disappears
=== PAUSE TestAccAWSS3Bucket_disappears
=== CONT TestAccAWSS3Bucket_basic
=== CONT TestAccAWSS3Bucket_disappears
--- PASS: TestAccAWSS3Bucket_disappears (63.51s)
2021/12/02 09:05:52 [WARN] Got error running Terraform: exit status 1
Error: Terraform Resource Attribute Not Set in Import State
Terraform resource attribute not set in Import State. This is typically an
error with the Terraform provider implementation. Original Error: 1 error
occurred:
* An unexpected error was encountered trying to convert from slice value.
This is always an error in the provider. Please report the following to the
provider developer:
cannot use type reflect.Value as schema type types.ObjectType;
types.ObjectType must be an attr.TypeWithElementType to hold reflect.Value
=== CONT TestAccAWSS3Bucket_basic
testcases.go:30: Step 2/2 error running import: exit status 1
Error: Terraform Resource Attribute Not Set in Import State
Terraform resource attribute not set in Import State. This is typically an
error with the Terraform provider implementation. Original Error: 1 error
occurred:
* An unexpected error was encountered trying to convert from slice value.
This is always an error in the provider. Please report the following to the
provider developer:
cannot use type reflect.Value as schema type types.ObjectType;
types.ObjectType must be an attr.TypeWithElementType to hold reflect.Value
--- FAIL: TestAccAWSS3Bucket_basic (83.08s)
FAIL
FAIL github.com/hashicorp/terraform-provider-awscc/internal/aws/s3 83.626s
FAIL
make: *** [testacc] Error 1 See hashicorp/terraform-plugin-framework#229. Fixed by removing |
ewbankkit
force-pushed
the
f-terraform-plugin-framework@0.5.0
branch
from
December 3, 2021 15:57
e823296
to
8631d08
Compare
ewbankkit
changed the title
terraform-plugin-framework@0.5.0
terraform-plugin-framework@0.5.0+
Dec 14, 2021
Bumps [github.com/hashicorp/terraform-plugin-framework](https://github.com/hashicorp/terraform-plugin-framework) from 0.4.1 to 0.5.0. - [Release notes](https://github.com/hashicorp/terraform-plugin-framework/releases) - [Changelog](https://github.com/hashicorp/terraform-plugin-framework/blob/main/CHANGELOG.md) - [Commits](hashicorp/terraform-plugin-framework@v0.4.1...v0.5.0) --- updated-dependencies: - dependency-name: github.com/hashicorp/terraform-plugin-framework dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
…n' plan modifier for Computed attributes.
…2e6397cef034b8c5bbdfed0ac894adc'.
…9f8015c92cbe28a65dd008456a0726c'.
ewbankkit
force-pushed
the
f-terraform-plugin-framework@0.5.0
branch
from
December 14, 2021 19:47
e8f217e
to
d706232
Compare
Merged
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Community Note
Closes #300.
Relates #208.
Closes #222.
Closes #218.
Closes #242.
Closes #219.
Relates #294.
Supersedes #246.
Closes #283.
Closes #317.
Closes #319.