浏览代码

Fixed variable error in TF script

main
kusum 1年前
父节点
当前提交
03fda93389
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      AUPropertyAutomation/terraformlabtf/configuration.tf

+ 1
- 1
AUPropertyAutomation/terraformlabtf/configuration.tf 查看文件

type = "number" type = "number"
} }
variables { variables {
name = "user_id"
name = "UserID"
value = "${var.UserID}" value = "${var.UserID}"
type = "string" type = "string"
} }

正在加载...
取消
保存