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
# module.samplelambda.data.archive_file.lambda will be read during apply
# (config refers to values not yet known)
<= data "archive_file" "lambda" {
+ id = (known after apply)
+ output_base64sha256 = (known after apply)
+ output_md5 = (known after apply)
+ output_path = "lambda/temp/samplelambda/src.zip"
+ output_sha = (known after apply)
+ output_size = (known after apply)
+ source_dir = "lambda/samplelambda/zip-temp"
+ type = "zip"
}
...
Job succeeded
Actual Behavior
Error: error archiving directory: could not archive missing directory: lambda/samplelambda/zip-temp
on lambda/main.tf line 52, in data "archive_file" "lambda":
52: data "archive_file" "lambda" {
ERROR: Job failed: exit code 1
Steps to Reproduce
terraform init
terraform plan
Additional Context
This is running on GitLab CI/CD runners. It has been working fine for at least the past year on various versions of Terraform 0.12 up through Terraform 0.12.21.
In case it is useful, here are the provider versions being pulled when using Terraform 0.13.1:
- Installed -/aws v3.4.0 (signed by HashiCorp)
- Installed hashicorp/null v2.1.2 (signed by HashiCorp)
- Installed hashicorp/local v1.4.0 (signed by HashiCorp)
- Installed -/null v2.1.2 (signed by HashiCorp)
- Installed hashicorp/aws v3.4.0 (signed by HashiCorp)
- Installed -/archive v1.3.0 (signed by HashiCorp)
- Installed -/local v1.4.0 (signed by HashiCorp)
- Installed hashicorp/archive v1.3.0 (signed by HashiCorp)
Edit: Tested the same TF code with a 0.12.29 image and terraform plan passed with no issues, even though it is pulling the same provider versions.
- Downloading plugin for provider "aws" (hashicorp/aws) 3.4.0...
- Downloading plugin for provider "local" (hashicorp/local) 1.4.0...
- Downloading plugin for provider "null" (hashicorp/null) 2.1.2...
- Downloading plugin for provider "archive" (hashicorp/archive) 1.3.0...
References
The text was updated successfully, but these errors were encountered:
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 have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.
ghost
locked as resolved and limited conversation to collaborators
Oct 13, 2020
This issue was closed.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Terraform Version
Terraform Configuration Files
Debug Output
Crash Output
Expected Behavior
Actual Behavior
Steps to Reproduce
terraform init
terraform plan
Additional Context
This is running on GitLab CI/CD runners. It has been working fine for at least the past year on various versions of Terraform 0.12 up through Terraform 0.12.21.
In case it is useful, here are the provider versions being pulled when using Terraform 0.13.1:
Edit: Tested the same TF code with a 0.12.29 image and
terraform plan
passed with no issues, even though it is pulling the same provider versions.References
The text was updated successfully, but these errors were encountered: