瀏覽代碼

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 查看文件

@@ -16,7 +16,7 @@ data "akamai_property_rules_template" "rules-template" {
type = "number"
}
variables {
name = "user_id"
name = "UserID"
value = "${var.UserID}"
type = "string"
}

Loading…
取消
儲存