flat-insurance-25294
01/04/2020, 3:59 PMZone
will contain autogenerated numbers.
And the name for Record
will contain other auto generated numbers that won’t refer to the sub-hosted zone.
The way to make it work is to use name:
key as the argument.white-balloon-205
01/04/2020, 4:12 PMflat-insurance-25294
01/04/2020, 4:13 PMwhite-balloon-205
01/04/2020, 4:27 PM@white-balloon-205 Is that fixed released yet?No.
Deletion is too easy.In which sense? Individual resource deletion? Or whole stack deletion? Are you skipping the preview? All of these should be prompting for confirmation.
flat-insurance-25294
01/04/2020, 4:27 PMwhite-balloon-205
01/04/2020, 4:30 PMflat-insurance-25294
01/04/2020, 4:40 PMconst devNs = new aws.route53.Record("dev-ns"
should be
const devNs = new aws.route53.Record("dev"
Since the hosted zone is called dev. I am not 100% on this though.white-balloon-205
01/04/2020, 5:03 PMname:
argument.flat-insurance-25294
01/04/2020, 5:03 PMwhite-balloon-205
01/04/2020, 5:21 PMflat-insurance-25294
01/04/2020, 5:22 PMwhite-balloon-205
01/05/2020, 2:33 AM