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" {
metadata {
name = "aws-alb-ingress-controller"
annotations {
iam.amazonaws.com/role = eks-alb-ingress-controller
annotations = {
"iam.amazonaws.com/role" = "eks-alb-ingress-controller"
}
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