Browse Source

Fixed variable error in TF script

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

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

type = "number" type = "number"
} }
variables { variables {
name = "user_id"
name = "UserID"
value = "${var.UserID}" value = "${var.UserID}"
type = "string" type = "string"
} }

Loading…
Cancel
Save