Files
opentf/website/docs/configuration/functions
jessica-ritter edbf59ed4c what happens when prefix is not in string
https://github.com/hashicorp/terraform/blob/master/lang/functions.go#L126 shows that Terraform's Trimprefix comes directly from the standard go library. 
When prefix is absent in the go standard library, the original string is returned; https://golang.org/pkg/strings/#TrimPrefix.
2020-06-22 11:31:08 -07:00
..
2019-08-28 11:38:26 -04:00
2020-02-13 21:27:35 -05:00
2019-09-17 15:33:22 -07:00
2020-04-15 14:27:06 -04:00
2020-01-10 15:23:25 -08:00
2019-06-07 14:38:22 -07:00