-
Notifications
You must be signed in to change notification settings - Fork 9.2k
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
f-CodeCatalyst-DevEnvironment Datasource #32886
Conversation
Community NoteVoting for Prioritization
For Submitters
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM 🚀.
% make testacc TESTARGS='-run=TestAccCodeCatalyst' PKG=codecatalyst
==> Checking that code complies with gofmt requirements...
TF_ACC=1 go test ./internal/service/codecatalyst/... -v -count 1 -parallel 20 -run=TestAccCodeCatalyst -timeout 180m
=== RUN TestAccCodeCatalystDevEnvironmentDataSource_basic
=== PAUSE TestAccCodeCatalystDevEnvironmentDataSource_basic
=== RUN TestAccCodeCatalystDevEnvironment_basic
=== PAUSE TestAccCodeCatalystDevEnvironment_basic
=== RUN TestAccCodeCatalystDevEnvironment_withRepositories
=== PAUSE TestAccCodeCatalystDevEnvironment_withRepositories
=== RUN TestAccCodeCatalystDevEnvironment_disappears
=== PAUSE TestAccCodeCatalystDevEnvironment_disappears
=== RUN TestAccCodeCatalystProject_basic
=== PAUSE TestAccCodeCatalystProject_basic
=== RUN TestAccCodeCatalystProject_disappears
=== PAUSE TestAccCodeCatalystProject_disappears
=== CONT TestAccCodeCatalystDevEnvironmentDataSource_basic
=== CONT TestAccCodeCatalystDevEnvironment_disappears
=== CONT TestAccCodeCatalystProject_basic
=== CONT TestAccCodeCatalystDevEnvironment_withRepositories
=== CONT TestAccCodeCatalystDevEnvironment_basic
=== CONT TestAccCodeCatalystProject_disappears
=== NAME TestAccCodeCatalystProject_basic
dev_environment_test.go:203: skipping acceptance testing: runtime error: invalid memory address or nil pointer dereference
=== NAME TestAccCodeCatalystDevEnvironment_withRepositories
dev_environment_test.go:203: skipping acceptance testing: runtime error: invalid memory address or nil pointer dereference
--- SKIP: TestAccCodeCatalystProject_basic (0.46s)
=== NAME TestAccCodeCatalystDevEnvironment_disappears
dev_environment_test.go:203: skipping acceptance testing: runtime error: invalid memory address or nil pointer dereference
--- SKIP: TestAccCodeCatalystDevEnvironment_withRepositories (0.46s)
--- SKIP: TestAccCodeCatalystDevEnvironment_disappears (0.46s)
=== NAME TestAccCodeCatalystProject_disappears
dev_environment_test.go:203: skipping acceptance testing: runtime error: invalid memory address or nil pointer dereference
--- SKIP: TestAccCodeCatalystProject_disappears (0.46s)
=== NAME TestAccCodeCatalystDevEnvironmentDataSource_basic
dev_environment_test.go:203: skipping acceptance testing: runtime error: invalid memory address or nil pointer dereference
--- SKIP: TestAccCodeCatalystDevEnvironmentDataSource_basic (0.46s)
=== NAME TestAccCodeCatalystDevEnvironment_basic
dev_environment_test.go:203: skipping acceptance testing: runtime error: invalid memory address or nil pointer dereference
--- SKIP: TestAccCodeCatalystDevEnvironment_basic (0.46s)
PASS
ok github.com/hashicorp/terraform-provider-aws/internal/service/codecatalyst 5.458s
@nrajb Thanks for the contribution 🎉 👏. |
This functionality has been released in v5.12.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
Adds support for CodeCatalyst Dev Environment Datasource
Relations
Relates #31286
References
go reference: https://pkg.go.dev/github.com/aws/aws-sdk-go-v2/service/codecatalyst
API reference: https://docs.aws.amazon.com/codecatalyst/latest/APIReference/API_GetDevEnvironment.html
Output from Acceptance Testing