Files
opentf/website/docs/configuration
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-06-13 15:36:14 +01:00
2020-05-28 16:17:01 -04:00
2019-12-17 07:33:11 -05:00
2019-10-24 11:57:08 -04:00