Browse Source

Fixed issue with Terraform lab script

main
kusum 1 year ago
parent
commit
96321529b4
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      AUPropertyAutomation/terraformlabtf/configuration.tf

+ 1
- 1
AUPropertyAutomation/terraformlabtf/configuration.tf View File

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


Loading…
Cancel
Save