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