You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

variables.tf 275B

1234567891011121314
  1. variable "group_id" {
  2. type = string
  3. description = "Group ID for property/config creation"
  4. }
  5. variable "user_id"{
  6. type = string
  7. description = "unique ID for each lab user"
  8. }
  9. variable "network" {
  10. type = string
  11. description = "Akamai network for activation"
  12. }