Browse Source

Fixed origin server hostname for Malware Lab property

main
kusum 3 months ago
parent
commit
37fd087619
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      GSAutomation/malware-lab/property/variables.tf

+ 1
- 1
GSAutomation/malware-lab/property/variables.tf View File

@@ -42,5 +42,5 @@ variable "email" {

variable "origin_hostname" {
type = string
default = "upload.akamaitechnicalcertification.com"
default = "upload.akamaitechnicaltraining.com"
}

Loading…
Cancel
Save