linode / terraform-provider-linode

Terraform Linode provider
https://www.terraform.io/docs/providers/linode/
Mozilla Public License 2.0
202 stars 98 forks source link

Support reconstructing absolute paths in ExpandPath(...) #1627

Closed lgarber-akamai closed 1 month ago

lgarber-akamai commented 1 month ago

📝 Description

This pull request resolves a minor issue in helper.ExpandPath(...) that caused absolute paths to be reconstructed as relative paths.

e.g. /foo/bar would become foo/bar.

✔️ How to Test

The following test steps assume you have pulled down this PR locally.

Unit Testing

make unit-test

Integration Testing

make PKG_NAME=linode int-test

Manual Testing

N/A