Skip to content

Commit

Permalink
make the monitor?
Browse files Browse the repository at this point in the history
  • Loading branch information
jmcalalang committed Jun 15, 2023
1 parent 00bc30d commit 098f380
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
3 changes: 1 addition & 2 deletions big-ip/terraform/configuration/provider.tf
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,7 @@ terraform {
required_providers {
bigip = {
source = "F5Networks/bigip"
version = "1.17.1"
# version = ">= 1.17.1"
version = ">= 1.17.1"
}
}
}
Expand Down
4 changes: 2 additions & 2 deletions kubernetes/terraform/configuration/variables.auto.tfvars
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ argo-chart-version = "5.36.1"
# BIG-IP Container Ingress Services Values
big-ip-cis-chart-version = "0.0.24"
big-ip-cis-image = "2.13.0"
big-ip-ltm-management-address = "10.0.1.4"
big-ip-gtm-management-address = "10.0.1.4"
big-ip-ltm-management-address = "https://10.0.1.4"
big-ip-gtm-management-address = "https://10.0.1.4"

# Nginx Ingress Controller Values
nginx-ingress-controller-chart-version = "0.17.1"
Expand Down

0 comments on commit 098f380

Please sign in to comment.