skip to Main Content

AWS EKS – Terraform does not create load balancer after applying LoadBalancer service – Amazon Web Sevices

I have 1 deployment and 1 service configurations: Deployment apiVersion: apps/v1 kind: Deployment metadata: name: dashboard-backend-deployment spec: replicas: 2 selector: matchLabels: app: dashboard-backend template: metadata: labels: app: dashboard-backend spec: containers: - name: dashboard-backend image: $BACKEND_IMAGE imagePullPolicy: Always env: - name:…

VIEW QUESTION

Why is terraform saying that my object has no attributes? – Amazon Web Sevices

I'm using terraform 0.12.31 and trying to create some AWS SES resources. There's one which is returning an error message: aws_ses_domain_identity.ses_domain_per_tenant is object with no attributes each.key is "a.env.account.info" aws_ses_domain_identity.ses_domain_per_tenant is object with no attributes each.key is "b.env.account.info" aws_ses_domain_identity.ses_domain_per_tenant is…

VIEW QUESTION
Back To Top
Search