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

r/sagemaker_notebook_instance - add instance_metadata_service_configuration argument #25236

Merged
merged 4 commits into from
Jun 22, 2022

Conversation

DrFaust92
Copy link
Collaborator

@DrFaust92 DrFaust92 commented Jun 8, 2022

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

Closes #25215
Closes #25216

Output from acceptance testing:

$ make testacc TESTS=TestAccSageMakerNotebookInstance_ PKG=sagemaker
--- PASS: TestAccSageMakerNotebookInstance_disappears (399.68s)
--- PASS: TestAccSageMakerNotebookInstance_basic (406.79s)
--- PASS: TestAccSageMakerNotebookInstance_kms (442.46s)
--- PASS: TestAccSageMakerNotebookInstance_tags (487.16s)
--- PASS: TestAccSageMakerNotebookInstance_Platform_identifier (704.11s)
--- PASS: TestAccSageMakerNotebookInstance_Root_access (776.08s)
--- PASS: TestAccSageMakerNotebookInstance_imds (850.37s)
--- PASS: TestAccSageMakerNotebookInstance_update (882.79s)
--- PASS: TestAccSageMakerNotebookInstance_DirectInternet_access (885.72s)
--- PASS: TestAccSageMakerNotebookInstance_lifecycleName (1312.71s)
--- PASS: TestAccSageMakerNotebookInstance_volumeSize (1363.74s)
--- PASS: TestAccSageMakerNotebookInstance_DefaultCode_repository (1366.91s)
--- PASS: TestAccSageMakerNotebookInstance_DefaultCodeRepository_sageMakerRepo (1439.57s)
--- PASS: TestAccSageMakerNotebookInstance_AdditionalCode_repositories (1943.71s)

@github-actions github-actions bot added needs-triage Waiting for first response or review from a maintainer. size/XL Managed by automation to categorize the size of a PR. service/sagemaker Issues and PRs that pertain to the sagemaker service. tests PRs: expanded test coverage. Issues: expanded coverage, enhancements to test infrastructure. and removed needs-triage Waiting for first response or review from a maintainer. labels Jun 8, 2022
@DrFaust92 DrFaust92 added the enhancement Requests to existing resources that expand the functionality or scope. label Jun 8, 2022
@github-actions github-actions bot added the documentation Introduces or discusses updates to documentation. label Jun 8, 2022
@DrFaust92 DrFaust92 marked this pull request as ready for review June 8, 2022 12:00
@github-actions github-actions bot added sweeper Pertains to changes to or issues with the sweeper. and removed sweeper Pertains to changes to or issues with the sweeper. labels Jun 8, 2022
@jornfranke
Copy link

Is there any update when this can be provided?

Copy link
Contributor

@ewbankkit ewbankkit left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM 🚀.

% ACCTEST_TIMEOUT=360m make testacc TESTARGS='-run=TestAccSageMakerNotebookInstance_' PKG=sagemaker ACCTEST_PARALLELISM=2
==> Checking that code complies with gofmt requirements...
TF_ACC=1 go test ./internal/service/sagemaker/... -v -count 1 -parallel 2  -run=TestAccSageMakerNotebookInstance_ -timeout 360m
=== RUN   TestAccSageMakerNotebookInstance_basic
=== PAUSE TestAccSageMakerNotebookInstance_basic
=== RUN   TestAccSageMakerNotebookInstance_imds
=== PAUSE TestAccSageMakerNotebookInstance_imds
=== RUN   TestAccSageMakerNotebookInstance_update
=== PAUSE TestAccSageMakerNotebookInstance_update
=== RUN   TestAccSageMakerNotebookInstance_volumeSize
=== PAUSE TestAccSageMakerNotebookInstance_volumeSize
=== RUN   TestAccSageMakerNotebookInstance_lifecycleName
=== PAUSE TestAccSageMakerNotebookInstance_lifecycleName
=== RUN   TestAccSageMakerNotebookInstance_tags
=== PAUSE TestAccSageMakerNotebookInstance_tags
=== RUN   TestAccSageMakerNotebookInstance_kms
=== PAUSE TestAccSageMakerNotebookInstance_kms
=== RUN   TestAccSageMakerNotebookInstance_disappears
=== PAUSE TestAccSageMakerNotebookInstance_disappears
=== RUN   TestAccSageMakerNotebookInstance_Root_access
=== PAUSE TestAccSageMakerNotebookInstance_Root_access
=== RUN   TestAccSageMakerNotebookInstance_Platform_identifier
=== PAUSE TestAccSageMakerNotebookInstance_Platform_identifier
=== RUN   TestAccSageMakerNotebookInstance_DirectInternet_access
=== PAUSE TestAccSageMakerNotebookInstance_DirectInternet_access
=== RUN   TestAccSageMakerNotebookInstance_DefaultCode_repository
=== PAUSE TestAccSageMakerNotebookInstance_DefaultCode_repository
=== RUN   TestAccSageMakerNotebookInstance_AdditionalCode_repositories
=== PAUSE TestAccSageMakerNotebookInstance_AdditionalCode_repositories
=== RUN   TestAccSageMakerNotebookInstance_DefaultCodeRepository_sageMakerRepo
=== PAUSE TestAccSageMakerNotebookInstance_DefaultCodeRepository_sageMakerRepo
=== CONT  TestAccSageMakerNotebookInstance_basic
=== CONT  TestAccSageMakerNotebookInstance_disappears
--- PASS: TestAccSageMakerNotebookInstance_disappears (356.67s)
=== CONT  TestAccSageMakerNotebookInstance_DefaultCode_repository
--- PASS: TestAccSageMakerNotebookInstance_basic (703.32s)
=== CONT  TestAccSageMakerNotebookInstance_DefaultCodeRepository_sageMakerRepo
--- PASS: TestAccSageMakerNotebookInstance_DefaultCode_repository (1237.41s)
=== CONT  TestAccSageMakerNotebookInstance_AdditionalCode_repositories
--- PASS: TestAccSageMakerNotebookInstance_DefaultCodeRepository_sageMakerRepo (1267.57s)
=== CONT  TestAccSageMakerNotebookInstance_Platform_identifier
--- PASS: TestAccSageMakerNotebookInstance_Platform_identifier (779.91s)
=== CONT  TestAccSageMakerNotebookInstance_DirectInternet_access
--- PASS: TestAccSageMakerNotebookInstance_DirectInternet_access (856.78s)
=== CONT  TestAccSageMakerNotebookInstance_lifecycleName
--- PASS: TestAccSageMakerNotebookInstance_AdditionalCode_repositories (2120.95s)
=== CONT  TestAccSageMakerNotebookInstance_kms
--- PASS: TestAccSageMakerNotebookInstance_kms (553.31s)
=== CONT  TestAccSageMakerNotebookInstance_tags
--- PASS: TestAccSageMakerNotebookInstance_tags (325.11s)
=== CONT  TestAccSageMakerNotebookInstance_update
--- PASS: TestAccSageMakerNotebookInstance_lifecycleName (1118.95s)
=== CONT  TestAccSageMakerNotebookInstance_volumeSize
--- PASS: TestAccSageMakerNotebookInstance_update (832.84s)
=== CONT  TestAccSageMakerNotebookInstance_Root_access
--- PASS: TestAccSageMakerNotebookInstance_Root_access (832.90s)
=== CONT  TestAccSageMakerNotebookInstance_imds
--- PASS: TestAccSageMakerNotebookInstance_volumeSize (2045.00s)
--- PASS: TestAccSageMakerNotebookInstance_imds (1042.63s)
PASS
ok  	github.com/hashicorp/terraform-provider-aws/internal/service/sagemaker	7308.831s

@ewbankkit
Copy link
Contributor

@DrFaust92 Thanks for the contribution 🎉 👏.

@ewbankkit
Copy link
Contributor

% make providerlint
==> Checking source code with providerlint...

@ewbankkit ewbankkit merged commit 45ca0c8 into hashicorp:main Jun 22, 2022
@github-actions github-actions bot added this to the v4.20.0 milestone Jun 22, 2022
@DrFaust92 DrFaust92 deleted the notebook-sagemaker branch June 23, 2022 06:10
@github-actions
Copy link

This functionality has been released in v4.20.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!

@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 Jul 24, 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. enhancement Requests to existing resources that expand the functionality or scope. service/sagemaker Issues and PRs that pertain to the sagemaker 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
3 participants