Commit 30ffa61b authored by Brad Abbott's avatar Brad Abbott

removing terraform 0.11 syntax (double quotes)

parent 27782e63
...@@ -18,7 +18,7 @@ resource "kubernetes_deployment" "aws_alb_ingress_deployment" { ...@@ -18,7 +18,7 @@ resource "kubernetes_deployment" "aws_alb_ingress_deployment" {
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