소스 검색

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 파일 보기

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


Loading…
취소
저장