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
terraform version
Terraform v1.7.3
on darwin_arm64
+ provider registry.terraform.io/hashicorp/archive v2.4.2
+ provider registry.terraform.io/hashicorp/aws v5.38.0
+ provider registry.terraform.io/hashicorp/null v3.2.2
+ provider registry.terraform.io/hashicorp/random v3.5.1
+ provider registry.terraform.io/hashicorp/tls v4.0.5
Your version of Terraform is out of date! The latest version
is 1.9.5. You can update by downloading from https://www.terraform.io/downloads.html
Use Cases or Problem Statement
When using archive_file for resources such as AWS Lambda functions, current methods require referencing the zipped file directly by path/name. It would be advantageous to have this path reference-able for things like Lambda function source files. This way, should the file path change, it only has to be modified in one place.
Terraform CLI and Provider Versions
Use Cases or Problem Statement
When using archive_file for resources such as AWS Lambda functions, current methods require referencing the zipped file directly by path/name. It would be advantageous to have this path reference-able for things like Lambda function source files. This way, should the file path change, it only has to be modified in one place.
ie:
Proposal
Add an output parameter that simply echoes the value
How much impact is this issue causing?
Low
Additional Information
No response
Code of Conduct
The text was updated successfully, but these errors were encountered: