Browse Source

Updated Akamai TF version in akamai.tf and added minTLS version to main.json

main
kusum 6 months ago
parent
commit
bf2a9917bb

+ 1
- 1
AUPropertyAutomation/clilabtf/akamai.tf View File

@@ -2,7 +2,7 @@ terraform {
required_providers {
akamai = {
source = "akamai/akamai"
version = "5.2.0"
version = "6.2.0"
}
}
}

+ 2
- 1
AUPropertyAutomation/clilabtf/property-snippets/main.json View File

@@ -26,7 +26,8 @@
"trueClientIpClientSetting": false,
"trueClientIpHeader": "True-Client-IP",
"verificationMode": "PLATFORM_SETTINGS",
"hostname": "${env.origin}"
"hostname": "${env.origin}",
"minTlsVersion": "DYNAMIC"
}
}
],

+ 1
- 1
AUPropertyAutomation/ewlabtf/akamai.tf View File

@@ -2,7 +2,7 @@ terraform {
required_providers {
akamai = {
source = "akamai/akamai"
version = "5.2.0"
version = "6.2.0"
}
}
}

+ 2
- 1
AUPropertyAutomation/ewlabtf/property-snippets/main.json View File

@@ -18,7 +18,8 @@
"ports": "",
"trueClientIpClientSetting": false,
"trueClientIpHeader": "True-Client-IP",
"verificationMode": "PLATFORM_SETTINGS"
"verificationMode": "PLATFORM_SETTINGS",
"minTlsVersion": "DYNAMIC"
}
}
],

+ 1
- 0
AUPropertyAutomation/ewlabtf/variables.tf View File

@@ -19,6 +19,7 @@ variable "group_id" {
}
variable "origin_hostname" {
type = string
default = "juiceshopdevops.akaorigin.com"
}
variable "cp_code_id" {
type = number

+ 1
- 1
AUPropertyAutomation/pwshlabtf/akamai.tf View File

@@ -2,7 +2,7 @@ terraform {
required_providers {
akamai = {
source = "akamai/akamai"
version = "5.2.0"
version = "6.2.0"
}
}
}

+ 2
- 1
AUPropertyAutomation/pwshlabtf/property-snippets/main.json View File

@@ -26,7 +26,8 @@
"trueClientIpClientSetting": false,
"trueClientIpHeader": "True-Client-IP",
"verificationMode": "PLATFORM_SETTINGS",
"hostname": "${env.origin}"
"hostname": "${env.origin}",
"minTlsVersion": "DYNAMIC"
}
}
],

+ 1
- 1
AUPropertyAutomation/terraformlabtf/akamai.tf View File

@@ -2,7 +2,7 @@ terraform {
required_providers {
akamai = {
source = "akamai/akamai"
version = "5.2.0"
version = "6.2.0"
}
}
}

+ 2
- 1
AUPropertyAutomation/terraformlabtf/property-snippets/main.json View File

@@ -18,7 +18,8 @@
"ports": "",
"trueClientIpClientSetting": false,
"trueClientIpHeader": "True-Client-IP",
"verificationMode": "PLATFORM_SETTINGS"
"verificationMode": "PLATFORM_SETTINGS",
"minTlsVersion": "DYNAMIC"
}
}
],

+ 1
- 0
AUPropertyAutomation/terraformlabtf/variables.tf View File

@@ -19,6 +19,7 @@ variable "group_id" {
}
variable "origin_hostname" {
type = string
default = "juiceshopdevops.akaorigin.com"
}
variable "cp_code_id" {
type = number

Loading…
Cancel
Save