Amazon web services – Issues when creating and validating AWS ACM certificate using Terraform
I'm trying to create and validate an AWS ACM certificate with Terraform. This is my config: // not used in this config, but it does exist resource "aws_route53_zone" "main" { name = "mycompany.com" } resource "aws_route53_zone" "dev" { name =…