小编Ala*_*RGE的帖子

如何在 terraform 中设置 winrm AllowUnencrypted="true" 和 auth @{Basic="true"}

我试图从 terraform 启用 winRm。但 winRM 附加设置如

winrm set winrm/config/service @{AllowUnencrypted="true"} 
winrm set winrm/config/service/auth @{Basic="true"} 
Run Code Online (Sandbox Code Playgroud)

无法在 tf 文件中正确添加。

azure winrm terraform

3
推荐指数
1
解决办法
9822
查看次数

标签 统计

azure ×1

terraform ×1

winrm ×1