focusaurus/hexagonal-lambda
在 GitHub 查看Terraform apply fails first, then works 2nd time in some cases
Open
#1 建立於 2017年7月13日
bughelp wanted
倉庫指標
- Star
- (27 star)
- PR 合併指標
- (PR 指標待抓取)
描述
Sometimes a terraform apply run does some things successfully but fails before completing. Then I rerun it again immediately without any other changes/actions and it succeeds. My strong hunch about this is that most likely my resource dependencies are not modeled correctly in terraform. I have seen this in at least 2 specific cases.
- Fresh install into a blank slate AWS account.
aws_api_gateway_deployment.hexagonal-lambda-dev: Error creating API Gateway Deployment: BadRequestException: The REST API doesn't contain any methods
status code: 400, request id: redacted
- Creating a new lambda function.
Error applying plan:
1 error(s) occurred:
* aws_iam_role_policy_attachment.post-up: 1 error(s) occurred:
* aws_iam_role_policy_attachment.post-up: [WARN] Error attaching policy arn:aws:iam::REDACTED:policy/terraform-redacted to IAM Role post-up: NoSuchEntity: Role not found for post-up
status code: 404, request id: redacted