作者热门文章
- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
https://www.terraform.io/docs/configuration/functions/trim.html
修剪
修剪前缀
修剪后缀
在 terraform 控制台的 0.12.16 版本上,未找到所有报告功能。
$ terraform console
> trim("dave.", ".")
>
Error: Call to unknown function
on <console-input> line 1:
(source code not available)
There is no function named "trim".
最佳答案
在这里找到原因。 Hashicorp 忘记将其添加到发布中 - https://github.com/hashicorp/terraform/issues/23413 .将在 0.12.17 发布
关于Terraform 字符串函数 trim、trimsuffix、trimprefix 所有报告在 0.12.16 中未从控制台找到,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/58974889/
我正在尝试从键盘读取的文件名中删除\ n,但是生成的串联路径很奇怪。 (在Windows上转到1.11) fmt.Println("Enter file name:") reader := bufio
https://www.terraform.io/docs/configuration/functions/trim.html 修剪 修剪前缀 修剪后缀 在 terraform 控制台的 0.12.1
我是一名优秀的程序员,十分优秀!