-
Notifications
You must be signed in to change notification settings - Fork 9.3k
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
STS: Migrate all data services to Terraform Plugin Framework #27276
Conversation
…). Acceptance test output: % make testacc TESTARGS='-run=TestAccSTSCallerIdentityDataSource_' PKG=sts ==> Checking that code complies with gofmt requirements... TF_ACC=1 go test ./internal/service/sts/... -v -count 1 -parallel 20 -run=TestAccSTSCallerIdentityDataSource_ -timeout 180m === RUN TestAccSTSCallerIdentityDataSource_basic === PAUSE TestAccSTSCallerIdentityDataSource_basic === CONT TestAccSTSCallerIdentityDataSource_basic --- PASS: TestAccSTSCallerIdentityDataSource_basic (16.09s) PASS ok github.com/hashicorp/terraform-provider-aws/internal/service/sts 22.887s
Acceptance test output: % make testacc TESTARGS='-run=TestAccSTSCallerIdentityDataSource_' PKG=sts ==> Checking that code complies with gofmt requirements... TF_ACC=1 go test ./internal/service/sts/... -v -count 1 -parallel 20 -run=TestAccSTSCallerIdentityDataSource_ -timeout 180m === RUN TestAccSTSCallerIdentityDataSource_basic === PAUSE TestAccSTSCallerIdentityDataSource_basic === CONT TestAccSTSCallerIdentityDataSource_basic --- PASS: TestAccSTSCallerIdentityDataSource_basic (12.29s) PASS ok github.com/hashicorp/terraform-provider-aws/internal/service/sts 16.172s
Acceptance test output: % make testacc TESTARGS='-run=TestAccSTSCallerIdentityDataSource_' PKG=sts ==> Checking that code complies with gofmt requirements... TF_ACC=1 go test ./internal/service/sts/... -v -count 1 -parallel 20 -run=TestAccSTSCallerIdentityDataSource_ -timeout 180m === RUN TestAccSTSCallerIdentityDataSource_basic === PAUSE TestAccSTSCallerIdentityDataSource_basic === CONT TestAccSTSCallerIdentityDataSource_basic --- PASS: TestAccSTSCallerIdentityDataSource_basic (11.95s) PASS ok github.com/hashicorp/terraform-provider-aws/internal/service/sts 15.894s
Community NoteVoting for Prioritization
For Submitters
|
This functionality has been released in v4.36.0 of the Terraform AWS Provider. Please see the Terraform documentation on provider versioning or reach out if you need any assistance upgrading. For further feature requests or bug reports with this functionality, please create a new GitHub issue following the template. Thank you! |
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. |
Description
Migrates the
aws_caller_identity
sts data source to Terraform Plugin Framework.Relations
Relates #27221.
Relates #26027.
Relates #26101.
Output from Acceptance Testing