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 variable error in TF script
main
kusum
1 year ago
parent
96321529b4
commit
03fda93389
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
@@ -16,7 +16,7 @@ data "akamai_property_rules_template" "rules-template" {
type = "number"
}
variables {
name = "
user_id
"
name = "
UserID
"
value = "${var.UserID}"
type = "string"
}
Write
Preview
Loading…
Cancel
Save