Hey everyone,
I was wondering, if there is a simple way to translate a CloudFormation AWS::Route53::RecordSetGroup to Pulumi Code. After some research at least I did not find a module for this. Thank you!
b
billowy-army-68599
11/10/2022, 4:49 PM
@salmon-hairdresser-65532 that is just a meta resource for a group of records, I think? you can basically recreate it by creating records in a loop
s
salmon-hairdresser-65532
11/10/2022, 4:52 PM
That is certainly true. I was just wondering, if there exists a similar resource in Pulumi. No problem, if not, anyway.