Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.

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. }