Skip to content

Commit

Permalink
labe on load balancer changes
Browse files Browse the repository at this point in the history
  • Loading branch information
jmcalalang committed Nov 11, 2023
1 parent 2ba6c32 commit 47f91ad
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 16 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -107,9 +107,9 @@ resource "volterra_http_loadbalancer" "http-lb-bigip-calalang-net" {
service_policies_from_namespace = true
user_id_client_ip = true

// Lifecycle because F5XC adds tags/lables/annotations that terraform doesnt know about
lifecycle {
ignore_changes = [labels]
}
# // Lifecycle because F5XC adds tags/lables/annotations that terraform doesnt know about
# lifecycle {
# ignore_changes = [labels]
# }

}
Original file line number Diff line number Diff line change
Expand Up @@ -64,9 +64,9 @@ resource "volterra_http_loadbalancer" "http-lb-discovery-calalang-net" {
service_policies_from_namespace = true
user_id_client_ip = true

// Lifecycle because F5XC adds tags/lables/annotations that terraform doesnt know about
lifecycle {
ignore_changes = [labels]
}
# // Lifecycle because F5XC adds tags/lables/annotations that terraform doesnt know about
# lifecycle {
# ignore_changes = [labels]
# }

}
Original file line number Diff line number Diff line change
Expand Up @@ -132,9 +132,9 @@ resource "volterra_http_loadbalancer" "http-lb-kubernetes-calalang-net" {
service_policies_from_namespace = true
user_id_client_ip = true

// Lifecycle because F5XC adds tags/lables/annotations that terraform doesnt know about
lifecycle {
ignore_changes = [labels]
}
# // Lifecycle because F5XC adds tags/lables/annotations that terraform doesnt know about
# lifecycle {
# ignore_changes = [labels]
# }

}
Original file line number Diff line number Diff line change
Expand Up @@ -83,9 +83,9 @@ resource "volterra_http_loadbalancer" "http-lb-nginx-calalang-net" {
service_policies_from_namespace = true
user_id_client_ip = true

// Lifecycle because F5XC adds tags/lables/annotations that terraform doesnt know about
lifecycle {
ignore_changes = [labels]
}
# // Lifecycle because F5XC adds tags/lables/annotations that terraform doesnt know about
# lifecycle {
# ignore_changes = [labels]
# }

}

0 comments on commit 47f91ad

Please sign in to comment.