您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

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