-
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
r/sagemaker_notebook_instance - lifecycle_config_name
, root_access
, and default_code_repository
allow updating + refactor tests
#15385
r/sagemaker_notebook_instance - lifecycle_config_name
, root_access
, and default_code_repository
allow updating + refactor tests
#15385
Conversation
8329c46
to
7b0711a
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.
$ 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_kms
=== PAUSE TestAccAWSSagemakerNotebookInstance_kms
=== 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_kms
=== CONT TestAccAWSSagemakerNotebookInstance_tags
=== CONT TestAccAWSSagemakerNotebookInstance_LifecycleConfigName
=== CONT TestAccAWSSagemakerNotebookInstance_update
=== CONT TestAccAWSSagemakerNotebookInstance_direct_internet_access
=== CONT TestAccAWSSagemakerNotebookInstance_root_access
--- PASS: TestAccAWSSagemakerNotebookInstance_tags (375.20s)
--- PASS: TestAccAWSSagemakerNotebookInstance_kms (404.47s)
=== CONT TestAccAWSSagemakerNotebookInstance_disappears
resource_aws_sagemaker_notebook_instance_test.go:255: [INFO] Got non-empty plan, as expected
--- PASS: TestAccAWSSagemakerNotebookInstance_disappears (465.30s)
--- PASS: TestAccAWSSagemakerNotebookInstance_basic (540.23s)
--- PASS: TestAccAWSSagemakerNotebookInstance_root_access (677.81s)
--- PASS: TestAccAWSSagemakerNotebookInstance_update (686.32s)
--- PASS: TestAccAWSSagemakerNotebookInstance_LifecycleConfigName (715.37s)
--- PASS: TestAccAWSSagemakerNotebookInstance_direct_internet_access (738.39s)
PASS
ok github.com/terraform-providers/terraform-provider-aws/aws 738.437s
lifecycle_config_name
and root_access
are updateable + refactor testslifecycle_config_name
, root_access
, and default_code_repository
allow updating + refactor tests
7b0711a
to
7cac2f6
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.
Some acceptance test failures:
$ 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_volumesize
=== PAUSE TestAccAWSSagemakerNotebookInstance_volumesize
=== RUN TestAccAWSSagemakerNotebookInstance_LifecycleConfigName
=== PAUSE TestAccAWSSagemakerNotebookInstance_LifecycleConfigName
=== RUN TestAccAWSSagemakerNotebookInstance_tags
=== PAUSE TestAccAWSSagemakerNotebookInstance_tags
=== RUN TestAccAWSSagemakerNotebookInstance_kms
=== PAUSE TestAccAWSSagemakerNotebookInstance_kms
=== RUN TestAccAWSSagemakerNotebookInstance_disappears
=== PAUSE TestAccAWSSagemakerNotebookInstance_disappears
=== RUN TestAccAWSSagemakerNotebookInstance_root_access
=== PAUSE TestAccAWSSagemakerNotebookInstance_root_access
=== 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_default_code_repository
=== CONT TestAccAWSSagemakerNotebookInstance_direct_internet_access
=== CONT TestAccAWSSagemakerNotebookInstance_root_access
=== CONT TestAccAWSSagemakerNotebookInstance_LifecycleConfigName
=== CONT TestAccAWSSagemakerNotebookInstance_kms
=== CONT TestAccAWSSagemakerNotebookInstance_tags
=== CONT TestAccAWSSagemakerNotebookInstance_update
=== CONT TestAccAWSSagemakerNotebookInstance_volumesize
resource_aws_sagemaker_notebook_instance_test.go:152: Step 1/3 error: Error running pre-apply refresh: 2020/10/14 09:16:41 [DEBUG] Using modified User-Agent: Terraform/0.12.26 HashiCorp-terraform-exec/0.10.0
Error: Unsupported argument
on config798326402/terraform_plugin_test.tf line 19:
19: name = "tf-acc-test-6054892276584607903"
An argument named "name" is not expected here.
Error: Unsupported argument
on config798326402/terraform_plugin_test.tf line 20:
20: role_arn = aws_iam_role.test.arn
An argument named "role_arn" is not expected here.
Error: Unsupported argument
on config798326402/terraform_plugin_test.tf line 21:
21: instance_type = "ml.t2.medium"
An argument named "instance_type" is not expected here.
Error: Unsupported argument
on config798326402/terraform_plugin_test.tf line 22:
22: volume_size = 8
An argument named "volume_size" is not expected here.
--- FAIL: TestAccAWSSagemakerNotebookInstance_volumesize (2.24s)
2020/10/14 09:16:47 [WARN] Truncating attribute path of 0 diagnostics for TypeSet
2020/10/14 09:16:47 [WARN] Truncating attribute path of 0 diagnostics for TypeSet
2020/10/14 09:16:47 [WARN] Truncating attribute path of 0 diagnostics for TypeSet
=== CONT TestAccAWSSagemakerNotebookInstance_direct_internet_access
resource_aws_sagemaker_notebook_instance_test.go:402: Step 1/3 error: Error running apply: 2020/10/14 09:16:54 [DEBUG] Using modified User-Agent: Terraform/0.12.26 HashiCorp-terraform-exec/0.10.0
Error: error waiting for sagemaker notebook instance (tf-acc-test-3392626168819335841) to create: unexpected state 'Failed', wanted target 'InService'. last error: %!s(<nil>)
--- FAIL: TestAccAWSSagemakerNotebookInstance_direct_internet_access (100.82s)
--- PASS: TestAccAWSSagemakerNotebookInstance_kms (360.92s)
--- PASS: TestAccAWSSagemakerNotebookInstance_disappears (380.76s)
--- PASS: TestAccAWSSagemakerNotebookInstance_tags (407.11s)
--- PASS: TestAccAWSSagemakerNotebookInstance_basic (416.13s)
--- PASS: TestAccAWSSagemakerNotebookInstance_update (696.03s)
--- PASS: TestAccAWSSagemakerNotebookInstance_root_access (736.92s)
--- PASS: TestAccAWSSagemakerNotebookInstance_LifecycleConfigName (1044.74s)
--- PASS: TestAccAWSSagemakerNotebookInstance_default_code_repository (1154.24s)
FAIL
FAIL github.com/terraform-providers/terraform-provider-aws/aws 1154.308s
FAIL
GNUmakefile:26: recipe for target 'testacc' failed
make: *** [testacc] Error 1
The TestAccAWSSagemakerNotebookInstance_direct_internet_access
failure maybe related to recent feature?
fixing the volume test + adding logic to recreate when volume size is lowered |
@ewbankkit, looking into error. If it related to the change then I think its only some type of validation. in the console a security group for outbound traffic/NAT is request. im not sure if its a recommendation or a requirement yet. hopefully a config change + docs is enough for this. |
Update, I don't get an issue when creating the same thing through the console. ill see what needs to be changed in the config |
888475d
to
8947b61
Compare
added IGW for network test. passes now. |
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 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_volumesize
=== PAUSE TestAccAWSSagemakerNotebookInstance_volumesize
=== RUN TestAccAWSSagemakerNotebookInstance_LifecycleConfigName
=== PAUSE TestAccAWSSagemakerNotebookInstance_LifecycleConfigName
=== RUN TestAccAWSSagemakerNotebookInstance_tags
=== PAUSE TestAccAWSSagemakerNotebookInstance_tags
=== RUN TestAccAWSSagemakerNotebookInstance_kms
=== PAUSE TestAccAWSSagemakerNotebookInstance_kms
=== RUN TestAccAWSSagemakerNotebookInstance_disappears
=== PAUSE TestAccAWSSagemakerNotebookInstance_disappears
=== RUN TestAccAWSSagemakerNotebookInstance_root_access
=== PAUSE TestAccAWSSagemakerNotebookInstance_root_access
=== 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_kms
=== CONT TestAccAWSSagemakerNotebookInstance_tags
=== CONT TestAccAWSSagemakerNotebookInstance_LifecycleConfigName
=== CONT TestAccAWSSagemakerNotebookInstance_default_code_repository
=== CONT TestAccAWSSagemakerNotebookInstance_volumesize
=== CONT TestAccAWSSagemakerNotebookInstance_direct_internet_access
=== CONT TestAccAWSSagemakerNotebookInstance_update
=== CONT TestAccAWSSagemakerNotebookInstance_root_access
--- PASS: TestAccAWSSagemakerNotebookInstance_disappears (338.80s)
--- PASS: TestAccAWSSagemakerNotebookInstance_kms (370.50s)
--- PASS: TestAccAWSSagemakerNotebookInstance_tags (417.09s)
--- PASS: TestAccAWSSagemakerNotebookInstance_basic (443.71s)
--- PASS: TestAccAWSSagemakerNotebookInstance_root_access (746.39s)
--- PASS: TestAccAWSSagemakerNotebookInstance_update (756.86s)
--- PASS: TestAccAWSSagemakerNotebookInstance_direct_internet_access (776.17s)
--- PASS: TestAccAWSSagemakerNotebookInstance_LifecycleConfigName (1016.27s)
--- PASS: TestAccAWSSagemakerNotebookInstance_default_code_repository (1120.82s)
--- PASS: TestAccAWSSagemakerNotebookInstance_volumesize (1167.07s)
PASS
ok github.com/terraform-providers/terraform-provider-aws/aws 1167.168s
0cd8666
to
769f6e0
Compare
add validation to `role_arn`, `instance_type` `lifecycle_config_name` and `root_access` change doesnt recreate. refactor tests
remove custom check funcs and replace with regular attribute checks
fix tags test add kms test add more checks
fix tags test add kms test add more checks
d700c66
to
9adfea2
Compare
Verified acceptance tests: $ 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_volumesize
=== PAUSE TestAccAWSSagemakerNotebookInstance_volumesize
=== RUN TestAccAWSSagemakerNotebookInstance_LifecycleConfigName
=== PAUSE TestAccAWSSagemakerNotebookInstance_LifecycleConfigName
=== RUN TestAccAWSSagemakerNotebookInstance_tags
=== PAUSE TestAccAWSSagemakerNotebookInstance_tags
=== RUN TestAccAWSSagemakerNotebookInstance_kms
=== PAUSE TestAccAWSSagemakerNotebookInstance_kms
=== RUN TestAccAWSSagemakerNotebookInstance_disappears
=== PAUSE TestAccAWSSagemakerNotebookInstance_disappears
=== RUN TestAccAWSSagemakerNotebookInstance_root_access
=== PAUSE TestAccAWSSagemakerNotebookInstance_root_access
=== 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_default_code_repository
=== CONT TestAccAWSSagemakerNotebookInstance_direct_internet_access
=== CONT TestAccAWSSagemakerNotebookInstance_root_access
=== CONT TestAccAWSSagemakerNotebookInstance_LifecycleConfigName
=== CONT TestAccAWSSagemakerNotebookInstance_kms
=== CONT TestAccAWSSagemakerNotebookInstance_tags
=== CONT TestAccAWSSagemakerNotebookInstance_update
=== CONT TestAccAWSSagemakerNotebookInstance_volumesize
--- PASS: TestAccAWSSagemakerNotebookInstance_disappears (346.66s)
--- PASS: TestAccAWSSagemakerNotebookInstance_basic (360.59s)
--- PASS: TestAccAWSSagemakerNotebookInstance_kms (386.54s)
--- PASS: TestAccAWSSagemakerNotebookInstance_tags (397.32s)
--- PASS: TestAccAWSSagemakerNotebookInstance_direct_internet_access (660.18s)
--- PASS: TestAccAWSSagemakerNotebookInstance_update (744.06s)
--- PASS: TestAccAWSSagemakerNotebookInstance_root_access (876.80s)
--- PASS: TestAccAWSSagemakerNotebookInstance_LifecycleConfigName (932.05s)
--- PASS: TestAccAWSSagemakerNotebookInstance_volumesize (935.18s)
--- PASS: TestAccAWSSagemakerNotebookInstance_default_code_repository (1022.98s)
PASS
ok github.com/terraform-providers/terraform-provider-aws/aws 1023.054s |
updated waiter:
|
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.
Seems like a step backwards but capacity in commercial and GovCloud seems better.
Revert to t2 Co-authored-by: Dirk Avery <[email protected]>
LGTM 🚀 Thanks @DrFaust92! 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_volumesize
=== PAUSE TestAccAWSSagemakerNotebookInstance_volumesize
=== RUN TestAccAWSSagemakerNotebookInstance_LifecycleConfigName
=== PAUSE TestAccAWSSagemakerNotebookInstance_LifecycleConfigName
=== RUN TestAccAWSSagemakerNotebookInstance_tags
=== PAUSE TestAccAWSSagemakerNotebookInstance_tags
=== RUN TestAccAWSSagemakerNotebookInstance_kms
=== PAUSE TestAccAWSSagemakerNotebookInstance_kms
=== RUN TestAccAWSSagemakerNotebookInstance_disappears
=== PAUSE TestAccAWSSagemakerNotebookInstance_disappears
=== RUN TestAccAWSSagemakerNotebookInstance_root_access
=== PAUSE TestAccAWSSagemakerNotebookInstance_root_access
=== 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_kms
=== CONT TestAccAWSSagemakerNotebookInstance_tags
=== CONT TestAccAWSSagemakerNotebookInstance_default_code_repository
=== CONT TestAccAWSSagemakerNotebookInstance_direct_internet_access
=== CONT TestAccAWSSagemakerNotebookInstance_root_access
=== CONT TestAccAWSSagemakerNotebookInstance_volumesize
=== CONT TestAccAWSSagemakerNotebookInstance_update
--- PASS: TestAccAWSSagemakerNotebookInstance_tags (352.30s)
--- PASS: TestAccAWSSagemakerNotebookInstance_disappears (419.12s)
--- PASS: TestAccAWSSagemakerNotebookInstance_kms (476.63s)
--- PASS: TestAccAWSSagemakerNotebookInstance_basic (479.74s)
--- PASS: TestAccAWSSagemakerNotebookInstance_direct_internet_access (778.20s)
--- PASS: TestAccAWSSagemakerNotebookInstance_root_access (783.59s)
--- PASS: TestAccAWSSagemakerNotebookInstance_update (802.84s)
--- PASS: TestAccAWSSagemakerNotebookInstance_volumesize (945.62s)
--- PASS: TestAccAWSSagemakerNotebookInstance_LifecycleConfigName (965.70s)
--- PASS: TestAccAWSSagemakerNotebookInstance_default_code_repository (1147.09s)
PASS
ok github.com/terraform-providers/terraform-provider-aws/aws 1149.089s 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_volumesize
=== PAUSE TestAccAWSSagemakerNotebookInstance_volumesize
=== RUN TestAccAWSSagemakerNotebookInstance_LifecycleConfigName
=== PAUSE TestAccAWSSagemakerNotebookInstance_LifecycleConfigName
=== RUN TestAccAWSSagemakerNotebookInstance_tags
=== PAUSE TestAccAWSSagemakerNotebookInstance_tags
=== RUN TestAccAWSSagemakerNotebookInstance_kms
=== PAUSE TestAccAWSSagemakerNotebookInstance_kms
=== RUN TestAccAWSSagemakerNotebookInstance_disappears
=== PAUSE TestAccAWSSagemakerNotebookInstance_disappears
=== RUN TestAccAWSSagemakerNotebookInstance_root_access
=== PAUSE TestAccAWSSagemakerNotebookInstance_root_access
=== 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_kms
=== CONT TestAccAWSSagemakerNotebookInstance_default_code_repository
=== CONT TestAccAWSSagemakerNotebookInstance_direct_internet_access
=== CONT TestAccAWSSagemakerNotebookInstance_root_access
=== CONT TestAccAWSSagemakerNotebookInstance_LifecycleConfigName
=== CONT TestAccAWSSagemakerNotebookInstance_tags
=== CONT TestAccAWSSagemakerNotebookInstance_update
=== CONT TestAccAWSSagemakerNotebookInstance_volumesize
--- PASS: TestAccAWSSagemakerNotebookInstance_basic (336.33s)
--- PASS: TestAccAWSSagemakerNotebookInstance_tags (340.61s)
--- PASS: TestAccAWSSagemakerNotebookInstance_disappears (349.21s)
--- PASS: TestAccAWSSagemakerNotebookInstance_kms (354.04s)
--- PASS: TestAccAWSSagemakerNotebookInstance_direct_internet_access (594.36s)
--- PASS: TestAccAWSSagemakerNotebookInstance_root_access (617.10s)
--- PASS: TestAccAWSSagemakerNotebookInstance_update (637.42s)
--- PASS: TestAccAWSSagemakerNotebookInstance_volumesize (992.65s)
--- PASS: TestAccAWSSagemakerNotebookInstance_default_code_repository (1011.40s)
--- PASS: TestAccAWSSagemakerNotebookInstance_LifecycleConfigName (1072.69s)
PASS
ok github.com/terraform-providers/terraform-provider-aws/aws 1074.820s |
This has been released in version 3.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 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 #8880
Release note for CHANGELOG:
Output from acceptance testing: