-
Notifications
You must be signed in to change notification settings - Fork 9.8k
Closed
Closed
Copy link
Labels
bugAddresses a defect in current functionality.Addresses a defect in current functionality.repositoryRepository modifications; GitHub Actions, developer docs, issue templates, codeowners, changelog.Repository modifications; GitHub Actions, developer docs, issue templates, codeowners, changelog.
Milestone
Description
Community Note
- Please vote on this issue by adding a 👍 reaction to the original issue 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 issue followers and do not help prioritize the request
- If you are interested in working on this issue or have submitted a pull request, please leave a comment
Terraform CLI and Terraform AWS Provider Version
Affected Resource(s)
Terraform Configuration Files
Debug Output
Panic Output
Expected Behavior
Actual Behavior
make testacc failed.
$ make testacc TESTARGS='-run=TestAccLambdaPermission'
==> Checking that code complies with gofmt requirements...
TF_ACC=1 go test ./internal -v -count 1 -parallel 20 -run=TestAccLambdaPermission -timeout 180m
no Go files in /Users/shunsuke-suzuki/repos/src/github.com/hashicorp/terraform-provider-aws/internal
make: *** [testacc] Error 1terraform-provider-aws/GNUmakefile
Line 4 in 1b0103e
PKG_NAME=internal terraform-provider-aws/GNUmakefile
Line 36 in 1b0103e
TF_ACC=1 go test ./$(PKG_NAME) -v -count $(TEST_COUNT) -parallel $(ACCTEST_PARALLELISM) $(TESTARGS) -timeout $(ACCTEST_TIMEOUT)
Steps to Reproduce
Run make testacc TESTARGS='-run=TestAccLambdaPermission'
Important Factoids
References
PsypherPunk
Metadata
Metadata
Assignees
Labels
bugAddresses a defect in current functionality.Addresses a defect in current functionality.repositoryRepository modifications; GitHub Actions, developer docs, issue templates, codeowners, changelog.Repository modifications; GitHub Actions, developer docs, issue templates, codeowners, changelog.