浏览代码

Fixed issue with Terraform lab script

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

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

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



正在加载...
取消
保存