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

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



Loading…
Cancel
Save