-
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
Acceptance import test refactor for lambda #10027
Conversation
Looks like this is errantly including c77b724 and has merge conflicts. 😅 |
f54ee28
to
af0106c
Compare
Hello, and thank you for your contribution! This project recently migrated to the standalone Terraform Plugin SDK. While this will help speed up future feature requests and bug fixes with Terraform AWS Provider's interface with Terraform itself, it also has the unfortunate consequence of requiring some minor changes to pull requests created before the migration. This pull request appears to include the Go import path To resolve this situation without losing any existing work, you may be able to Git rebase your branch against the current master branch (example below), then replacing any remaining old import paths with the newer ones. $ git fetch --all
$ git rebase origin/master Another option is to create a new branch from the current master with the same code changes (replacing the import paths), submit a new pull request, and close this existing pull request. We apologize for this inconvenience and appreciate your effort. Thank you for contributing and helping make the Terraform AWS Provider better for everyone. |
73df30a
to
6576dfd
Compare
6576dfd
to
5530094
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: TestAccAWSLambdaFunction_nilDeadLetterConfig (15.98s)
--- PASS: TestAccAWSLambdaFunction_expectFilenameAndS3Attributes (18.08s)
--- PASS: TestAccAWSLambdaFunction_basic (24.99s)
--- PASS: TestAccAWSLambdaFunction_versioned (37.12s)
--- PASS: TestAccAWSLambdaEventSourceMapping_sqs_withFunctionName (37.60s)
--- PASS: TestAccAWSLambdaFunction_updateRuntime (44.92s)
--- PASS: TestAccAWSLambdaFunction_DeadLetterConfigUpdated (44.88s)
--- PASS: TestAccAWSLambdaFunction_Layers (27.41s)
--- PASS: TestAccAWSLambdaFunction_DeadLetterConfig (46.25s)
--- PASS: TestAccAWSLambdaFunction_versionedUpdate (47.74s)
--- PASS: TestAccAWSLambdaFunction_concurrency (50.44s)
--- PASS: TestAccAWSLambdaFunction_concurrencyCycle (62.03s)
--- PASS: TestAccAWSLambdaFunction_tracingConfig (46.15s)
--- PASS: TestAccAWSLambdaEventSourceMapping_StartingPositionTimestamp (67.38s)
--- PASS: TestAccAWSLambdaEventSourceMapping_kinesis_disappears (67.56s)
--- PASS: TestAccAWSLambdaFunction_VPC (30.72s)
--- PASS: TestAccAWSLambdaFunction_runtimeValidation_noRuntime (1.19s)
--- PASS: TestAccAWSLambdaFunction_encryptedEnvVariables (68.83s)
--- PASS: TestAccAWSLambdaFunction_LayersUpdate (45.00s)
--- PASS: TestAccAWSLambdaFunction_envVariables (71.49s)
--- PASS: TestAccAWSLambdaFunction_VPCRemoval (34.21s)
--- PASS: TestAccAWSLambdaEventSourceMapping_kinesis_removeBatchSize (77.33s)
--- PASS: TestAccAWSLambdaEventSourceMapping_kinesis_basic (78.61s)
--- PASS: TestAccAWSLambdaFunction_s3 (36.94s)
--- PASS: TestAccAWSLambdaFunction_VPCUpdate (42.66s)
--- PASS: TestAccAWSLambdaFunction_VpcConfig_ProperIamDependencies (44.32s)
--- PASS: TestAccAWSLambdaEventSourceMapping_sqs_basic (91.68s)
--- PASS: TestAccAWSLambdaFunction_localUpdate (41.30s)
--- PASS: TestAccAWSLambdaFunction_EmptyVpcConfig (48.12s)
--- PASS: TestAccAWSLambdaFunction_runtimeValidation_NodeJs810 (29.83s)
--- PASS: TestAccAWSLambdaFunction_runtimeValidation_NodeJs10x (30.51s)
--- PASS: TestAccAWSLambdaEventSourceMapping_changesInEnabledAreDetected (99.49s)
--- PASS: TestAccAWSLambdaFunction_localUpdate_nameOnly (38.67s)
--- PASS: TestAccAWSLambdaFunction_s3Update_basic (39.12s)
--- PASS: TestAccAWSLambdaFunction_runtimeValidation_java8 (31.43s)
--- PASS: TestAccAWSLambdaFunction_runtimeValidation_python27 (32.61s)
--- PASS: TestAccAWSLambdaFunction_runtimeValidation_provided (30.98s)
--- PASS: TestAccAWSLambdaEventSourceMapping_sqsDisappears (104.75s)
--- PASS: TestAccAWSLambdaFunction_s3Update_unversioned (38.81s)
--- PASS: TestAccAWSLambdaFunction_runtimeValidation_python37 (29.53s)
--- PASS: TestAccAWSLambdaFunction_runtimeValidation_python36 (33.58s)
--- PASS: TestAccAWSLambdaFunction_runtimeValidation_ruby25 (28.52s)
--- PASS: TestAccAWSLambdaFunction_tags (43.91s)
--- PASS: TestAccAWSLambdaFunction_VPC_withInvocation (71.03s)
This has been released in version 2.32.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 #8944
Release note for CHANGELOG:
Output from acceptance testing: