You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
CodeBuild project aws-sce-tf-community-ue1-dependency-builder fails during first terraform apply. I am calling the module in us-east-1 with no arguments:
[Container] 2024/11/25 04:13:04.768106 Running command aws s3 cp s3://aws-sce-tf-community-ue1-<acctid>-tf-state/build/src/terraform-parameter-parser.zip .
40 | fatal error: An error occurred (403) when calling the HeadObject operation: Forbidden
41 |
42 | [Container] 2024/11/25 04:13:14.144218 Command did not exit successfully aws s3 cp s3://aws-sce-tf-community-ue1-<acctid>-tf-state/build/src/terraform-parameter-parser.zip . exit status 1
43 | [Container] 2024/11/25 04:13:14.148430 Phase complete: INSTALL State: FAILED
44
What is supposed to upload object s3://aws-sce-tf-community-ue1-<acctid>-tf-state/build/src/terraform-parameter-parser.zip before this CodeBuild project consumes it?
The text was updated successfully, but these errors were encountered:
CodeBuild project
aws-sce-tf-community-ue1-dependency-builder
fails during first terraform apply. I am calling the module in us-east-1 with no arguments:CodeBuild failure:
What is supposed to upload object
s3://aws-sce-tf-community-ue1-<acctid>-tf-state/build/src/terraform-parameter-parser.zip
before this CodeBuild project consumes it?The text was updated successfully, but these errors were encountered: