Commit f884a8a0 authored by Brad Abbott's avatar Brad Abbott

Adding an '=' to syntax as upgrading to TF0.12

parent 88c8b09a
...@@ -17,8 +17,8 @@ resource "kubernetes_deployment" "aws_alb_ingress_deployment" { ...@@ -17,8 +17,8 @@ resource "kubernetes_deployment" "aws_alb_ingress_deployment" {
metadata { metadata {
name = "aws-alb-ingress-controller" name = "aws-alb-ingress-controller"
annotations { annotations = {
iam.amazonaws.com/role = eks-alb-ingress-controller "iam.amazonaws.com/role" = "eks-alb-ingress-controller"
} }
labels { labels {
......
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