Right now, the Packer [env](https://developer.hashicorp.com/packer/docs/templates/hcl_templates/functions/contextual/env) function isn't properly parsed by `terraform-docs`, necessitating a manual step of replacing code and undoing the change. Let's fix this by automatically replacing the `env` function inside the proxy-Terraform code.
Right now, the Packer env function isn't properly parsed by
terraform-docs, necessitating a manual step of replacing code and undoing the change.Let's fix this by automatically replacing the
envfunction inside the proxy-Terraform code.