-
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
feature(sagemaker notebook): Add support for DefaultCodeRepository #13772
feature(sagemaker notebook): Add support for DefaultCodeRepository #13772
Conversation
Can this be reviewed? Thanks |
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.
Hey, thanks for adding this. some minor comments
Also forgot to add, please add this argument to docs as well. Thanks! |
6289fd5
to
f3968ad
Compare
Addressed the comments, and updated the documentation |
f3968ad
to
6636230
Compare
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
--- PASS: TestAccAWSSagemakerNotebookInstance_update (705.35s)
--- PASS: TestAccAWSSagemakerNotebookInstance_LifecycleConfigName (393.58s)
--- PASS: TestAccAWSSagemakerNotebookInstance_tags (425.29s)
--- PASS: TestAccAWSSagemakerNotebookInstance_disappears (404.00s)
--- PASS: TestAccAWSSagemakerNotebookInstance_direct_internet_access (867.70s)
--- PASS: TestAccAWSSagemakerNotebookInstance_default_code_repository (409.72s)
LGTM 🚀 Thanks @harichandanp Verified Acceptance Tests in Commercial (us-west-2) make testacc TEST=./aws TESTARGS='-run=TestAccAWSSagemakerNotebookInstance_'
==> Checking that code complies with gofmt requirements...
TF_ACC=1 go test ./aws -v -count 1 -parallel 20 -run=TestAccAWSSagemakerNotebookInstance_ -timeout 120m
=== RUN TestAccAWSSagemakerNotebookInstance_basic
=== PAUSE TestAccAWSSagemakerNotebookInstance_basic
=== RUN TestAccAWSSagemakerNotebookInstance_update
=== PAUSE TestAccAWSSagemakerNotebookInstance_update
=== RUN TestAccAWSSagemakerNotebookInstance_LifecycleConfigName
=== PAUSE TestAccAWSSagemakerNotebookInstance_LifecycleConfigName
=== RUN TestAccAWSSagemakerNotebookInstance_tags
=== PAUSE TestAccAWSSagemakerNotebookInstance_tags
=== RUN TestAccAWSSagemakerNotebookInstance_disappears
=== PAUSE TestAccAWSSagemakerNotebookInstance_disappears
=== RUN TestAccAWSSagemakerNotebookInstance_direct_internet_access
=== PAUSE TestAccAWSSagemakerNotebookInstance_direct_internet_access
=== RUN TestAccAWSSagemakerNotebookInstance_default_code_repository
=== PAUSE TestAccAWSSagemakerNotebookInstance_default_code_repository
=== CONT TestAccAWSSagemakerNotebookInstance_basic
=== CONT TestAccAWSSagemakerNotebookInstance_disappears
=== CONT TestAccAWSSagemakerNotebookInstance_LifecycleConfigName
=== CONT TestAccAWSSagemakerNotebookInstance_tags
=== CONT TestAccAWSSagemakerNotebookInstance_default_code_repository
=== CONT TestAccAWSSagemakerNotebookInstance_direct_internet_access
=== CONT TestAccAWSSagemakerNotebookInstance_update
--- PASS: TestAccAWSSagemakerNotebookInstance_basic (291.65s)
--- PASS: TestAccAWSSagemakerNotebookInstance_LifecycleConfigName (304.03s)
--- PASS: TestAccAWSSagemakerNotebookInstance_disappears (341.23s)
--- PASS: TestAccAWSSagemakerNotebookInstance_tags (346.06s)
--- PASS: TestAccAWSSagemakerNotebookInstance_default_code_repository (381.06s)
--- PASS: TestAccAWSSagemakerNotebookInstance_direct_internet_access (740.06s)
--- PASS: TestAccAWSSagemakerNotebookInstance_update (764.39s)
PASS
ok github.com/terraform-providers/terraform-provider-aws/aws 766.243s Verified Acceptance Tests in GovCloud (us-gov-west-1) make testacc TEST=./aws TESTARGS='-run=TestAccAWSSagemakerNotebookInstance_'
==> Checking that code complies with gofmt requirements...
TF_ACC=1 go test ./aws -v -count 1 -parallel 20 -run=TestAccAWSSagemakerNotebookInstance_ -timeout 120m
=== RUN TestAccAWSSagemakerNotebookInstance_basic
=== PAUSE TestAccAWSSagemakerNotebookInstance_basic
=== RUN TestAccAWSSagemakerNotebookInstance_update
=== PAUSE TestAccAWSSagemakerNotebookInstance_update
=== RUN TestAccAWSSagemakerNotebookInstance_LifecycleConfigName
=== PAUSE TestAccAWSSagemakerNotebookInstance_LifecycleConfigName
=== RUN TestAccAWSSagemakerNotebookInstance_tags
=== PAUSE TestAccAWSSagemakerNotebookInstance_tags
=== RUN TestAccAWSSagemakerNotebookInstance_disappears
=== PAUSE TestAccAWSSagemakerNotebookInstance_disappears
=== RUN TestAccAWSSagemakerNotebookInstance_root_access
=== PAUSE TestAccAWSSagemakerNotebookInstance_root_access
=== RUN TestAccAWSSagemakerNotebookInstance_direct_internet_access
=== PAUSE TestAccAWSSagemakerNotebookInstance_direct_internet_access
=== CONT TestAccAWSSagemakerNotebookInstance_basic
=== CONT TestAccAWSSagemakerNotebookInstance_disappears
=== CONT TestAccAWSSagemakerNotebookInstance_tags
=== CONT TestAccAWSSagemakerNotebookInstance_direct_internet_access
=== CONT TestAccAWSSagemakerNotebookInstance_root_access
=== CONT TestAccAWSSagemakerNotebookInstance_LifecycleConfigName
=== CONT TestAccAWSSagemakerNotebookInstance_update
--- PASS: TestAccAWSSagemakerNotebookInstance_disappears (314.82s)
--- PASS: TestAccAWSSagemakerNotebookInstance_basic (342.15s)
--- PASS: TestAccAWSSagemakerNotebookInstance_tags (345.39s)
--- PASS: TestAccAWSSagemakerNotebookInstance_LifecycleConfigName (346.70s)
--- PASS: TestAccAWSSagemakerNotebookInstance_root_access (631.87s)
--- PASS: TestAccAWSSagemakerNotebookInstance_update (639.89s)
--- PASS: TestAccAWSSagemakerNotebookInstance_direct_internet_access (680.67s)
PASS
ok github.com/terraform-providers/terraform-provider-aws/aws 682.594s |
This has been released in version 3.11.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 for triage. Thanks! |
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. If you feel this issue should be reopened, we encourage creating a new issue linking back to this one for added context. Thanks! |
Community Note
Relates OR Closes #8959
Release note for CHANGELOG:
Output from acceptance testing: