Commit a41fabd0 authored by Brad Abbott's avatar Brad Abbott

Adding '=' for terraform0.12 syntax

parent f884a8a0
......@@ -8,7 +8,7 @@ resource "kubernetes_deployment" "aws_alb_ingress_deployment" {
replicas = 1
selector {
match_labels {
match_labels = {
name = "aws-alb-ingress-controller"
}
}
......@@ -21,7 +21,7 @@ resource "kubernetes_deployment" "aws_alb_ingress_deployment" {
"iam.amazonaws.com/role" = "eks-alb-ingress-controller"
}
labels {
labels = {
name = "aws-alb-ingress-controller"
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment