-
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/aws_lambda_function return nil on resource not found errors #16183
r/aws_lambda_function return nil on resource not found errors #16183
Conversation
Running into the VPC Limit issue running acceptance tests. I will try and run again with the recommendation here #10165 (comment) |
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.
Thanks @ryan-neff , looks great !
Output of acceptance tests (commerical):
--- PASS: TestAccAWSLambdaFunctionEventInvokeConfig_Qualifier_Latest (73.01s)
--- PASS: TestAccAWSLambdaFunctionEventInvokeConfig_Qualifier_AliasName (76.85s)
--- PASS: TestAccAWSLambdaFunctionEventInvokeConfig_disappears_LambdaFunction (85.82s)
--- PASS: TestAccAWSLambdaFunctionEventInvokeConfig_disappears_LambdaFunctionEventInvokeConfig (86.60s)
--- PASS: TestAccAWSLambdaFunction_disappears (88.31s)
--- PASS: TestAccAWSLambdaFunctionEventInvokeConfig_basic (89.27s)
--- PASS: TestAccAWSLambdaFunctionEventInvokeConfig_FunctionName_Arn (95.02s)
--- PASS: TestAccAWSLambdaFunction_basic (95.62s)
--- PASS: TestAccAWSLambdaFunctionEventInvokeConfig_Qualifier_FunctionVersion (96.47s)
--- PASS: TestAccAWSLambdaFunctionEventInvokeConfig_Qualifier_FunctionName_Arn (97.44s)
--- PASS: TestAccAWSLambdaFunction_expectFilenameAndS3Attributes (34.74s)
--- PASS: TestAccAWSLambdaFunctionEventInvokeConfig_DestinationConfig_Swap (117.55s)
--- SKIP: TestAccAWSLambdaFunction_imageConfig (1.20s)
--- PASS: TestAccAWSLambdaFunctionEventInvokeConfig_MaximumEventAgeInSeconds (119.70s)
--- PASS: TestAccAWSLambdaFunction_nilDeadLetterConfig (29.26s)
--- PASS: TestAccAWSLambdaFunction_UnpublishedCodeUpdate (132.53s)
--- PASS: TestAccAWSLambdaFunctionEventInvokeConfig_DestinationConfig_OnSuccess_Destination (135.73s)
--- PASS: TestAccAWSLambdaFunction_concurrency (135.76s)
--- PASS: TestAccAWSLambdaFunctionEventInvokeConfig_DestinationConfig_Remove (137.48s)
--- PASS: TestAccAWSLambdaFunctionEventInvokeConfig_DestinationConfig_OnFailure_Destination (142.11s)
--- PASS: TestAccAWSLambdaFunctionEventInvokeConfig_MaximumRetryAttempts (159.14s)
--- PASS: TestAccAWSLambdaFunction_versioned (82.66s)
--- PASS: TestAccAWSLambdaFunction_concurrencyCycle (173.99s)
--- PASS: TestAccAWSLambdaFunction_codeSigningConfig (177.97s)
--- PASS: TestAccAWSLambdaFunction_KmsKeyArn_NoEnvironmentVariables (72.96s)
--- PASS: TestAccAWSLambdaFunction_Layers (67.31s)
--- FAIL: TestAccAWSLambdaFunction_VPC_withInvocation (63.38s) -- looks to be intermittently failing in TC as well
--- PASS: TestAccAWSLambdaFunction_disablePublish (111.84s)
--- PASS: TestAccAWSLambdaFunction_encryptedEnvVariables (122.01s)
--- PASS: TestAccAWSLambdaFunction_DeadLetterConfig (113.66s)
--- PASS: TestAccAWSLambdaFunction_DeadLetterConfigUpdated (114.79s)
--- PASS: TestAccAWSLambdaFunction_tracingConfig (102.53s)
--- PASS: TestAccAWSLambdaFunction_enablePublish (136.85s)
--- PASS: TestAccAWSLambdaFunction_EmptyVpcConfig (58.86s)
--- PASS: TestAccAWSLambdaFunction_versionedUpdate (141.06s)
--- PASS: TestAccAWSLambdaFunction_s3 (57.43s)
--- PASS: TestAccAWSLambdaFunction_LayersUpdate (98.96s)
--- PASS: TestAccAWSLambdaFunction_localUpdate (68.95s)
--- PASS: TestAccAWSLambdaFunction_envVariables (172.75s)
--- PASS: TestAccAWSLambdaFunction_localUpdate_nameOnly (60.49s)
--- PASS: TestAccAWSLambdaFunction_s3Update_basic (62.70s)
--- PASS: TestAccAWSLambdaFunction_s3Update_unversioned (51.70s)
--- PASS: TestAccAWSLambdaFunction_tags (66.74s)
--- PASS: TestAccAWSLambdaFunction_VpcConfig_ProperIamDependencies (294.76s)
--- PASS: TestAccAWSLambdaFunction_runtimes (269.90s)
--- PASS: TestAccAWSLambdaFunction_VPCRemoval (476.06s)
--- PASS: TestAccAWSLambdaFunction_VPC (543.50s)
--- PASS: TestAccAWSLambdaFunction_VPCUpdate (922.68s)
--- PASS: TestAccAWSLambdaFunction_FileSystemConfig (1977.34s)
This has been released in version 3.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 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
Closes #16158
Release note for CHANGELOG:
Output from acceptance testing:
The one test error does not seem related to my change