This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
test-org-12323423
/
devops
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Fixed issue with Terraform lab script
main
kusum
1 year ago
parent
9d99ca8ab9
commit
96321529b4
1 changed files
with
1 additions
and
1 deletions
Split View
Show Diff Stats
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
"
}
}
Write
Preview
Loading…
Cancel
Save