Loading...
Loading...
### Terraform Version ```shell ~ > terraform version Terraform v1.9.8 on darwin_arm64 ``` ``` ### Terraform Configuration Files No relevant configuration is needed to reproduce. ### Debug Output In the terraform console ... (running with TF_LOG produced no extra output) ``` > replace("foo", "//", "/") "/f/o/o/" ``` ### Expected Behavior ``` > replace("foo", "//", "/") "foo" > replace("fo//o", "//", "/") "fo/o" ``` ### Actual Behavior ``` > replace("foo", "//", "/") "/f/o/o/" > replace("fo//o", "//", "/") "/f/o/////o/" ``` ### Steps to Reproduce `terraform console` `replace("foo", "//", "/")` ### Additional Context _No response_ ### References https://github.com/hashicorp/terraform/issues/8709 This looks like a bug you fixed for double backslashes. This is about forward slashes.
Click on a version to see all relevant bugs
Terraform Integration
Learn more about where this data comes from
Bug Scrub Advisor
Streamline upgrades with automated vendor bug scrubs
BugZero Enterprise
Wish you caught this bug sooner? Get proactive today.