mirror of
https://github.com/hashicorp/terraform-provider-kubernetes.git
synced 2026-02-18 18:18:54 -05:00
6 lines
138 B
HCL
6 lines
138 B
HCL
provider "kubernetes" {
|
|
ignore_annotations = [
|
|
"cni\\.projectcalico\\.org\\/podIP",
|
|
"cni\\.projectcalico\\.org\\/podIPs",
|
|
]
|
|
}
|