Skip to content

Commit

Permalink
xc updates
Browse files Browse the repository at this point in the history
  • Loading branch information
jmcalalang committed Jun 11, 2024
1 parent 7d8cb68 commit e28755d
Show file tree
Hide file tree
Showing 9 changed files with 8 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,6 @@ resource "volterra_http_loadbalancer" "http-lb-bigip-calalang-net" {
name = "bigipStickiness"
}
disable_trust_client_ip_headers = true
disable_ddos_detection = true
disable_malicious_user_detection = true
disable_api_discovery = true
disable_bot_defense = true
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ resource "volterra_http_loadbalancer" "http-lb-discovery-calalang-net" {
name = "discoveryStickiness"
}
disable_bot_defense = true
disable_ddos_detection = true
disable_ip_reputation = true
disable_malicious_user_detection = true
disable_rate_limit = true
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,6 @@ resource "volterra_http_loadbalancer" "http-lb-kubernetes-calalang-net" {
}
disable_rate_limit = true
disable_trust_client_ip_headers = true
disable_ddos_detection = true
disable_malicious_user_detection = true
disable_bot_defense = true
disable_ip_reputation = true
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,6 @@ resource "volterra_http_loadbalancer" "http-lb-nginx-calalang-net" {
}
disable_rate_limit = true
disable_trust_client_ip_headers = true
disable_ddos_detection = true
disable_malicious_user_detection = true
disable_api_discovery = true
disable_bot_defense = true
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ resource "volterra_origin_pool" "pool-ip-bigip-nginx" {
}
origin_servers {
private_ip {
segment {
}
ip = "10.0.2.6"
outside_network = true
site_locator {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ resource "volterra_origin_pool" "pool-ip-ingresslink" {
}
origin_servers {
private_ip {
segment {
}
ip = "10.0.2.8"
outside_network = true
site_locator {
Expand Down
2 changes: 2 additions & 0 deletions distributed-cloud/terraform/configuration/pool-ip-nginx.tf
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ resource "volterra_origin_pool" "pool-ip-nginx" {
}
origin_servers {
private_ip {
segment {
}
ip = "10.0.3.5"
outside_network = true
site_locator {
Expand Down
2 changes: 1 addition & 1 deletion distributed-cloud/terraform/configuration/provider.tf
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ terraform {
required_providers {
volterra = {
source = "volterraedge/volterra"
version = ">= 0.11.26"
version = ">= 0.11.33"
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion distributed-cloud/terraform/infrastructure/provider.tf
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ terraform {
}
volterra = {
source = "volterraedge/volterra"
version = ">= 0.11.26"
version = ">= 0.11.33"
}
}
}
Expand Down

0 comments on commit e28755d

Please sign in to comment.