https://pulumi.com logo
#python
Title
c

clever-plumber-29709

02/18/2021, 10:08 PM
does this example works for someone? https://www.pulumi.com/docs/reference/pkg/aws/acm/certificate/#referencing-domain-validation-options-with-for-each-based-resources Looks really convoluted. I also tried just doing a:
Copy code
for x in cert.domain_validation_options:
    # add record here
But seems like pulumi gets in an infinite loop