We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 082db11 commit 181d5c6Copy full SHA for 181d5c6
main.tf
@@ -102,7 +102,7 @@ locals {
102
103
module "crds" {
104
source = "rpadovani/helm-crds/kubectl"
105
- version = "~> 0.3.0"
+ version = ">= 1.0"
106
107
crds_urls = [
108
"https://raw.githubusercontent.com/kubernetes-sigs/aws-load-balancer-controller/refs/tags/${var.image_tag}/helm/aws-load-balancer-controller/crds/crds.yaml",
0 commit comments