bored-continent-69206
01/12/2022, 5:10 PMconst zone = new aws.route53.Zone(
"www",
{ name: "<http://example.com|example.com>" },
{ import: "ZoneID" }
);
But during deployment I always get the error that the resource does not exist
aws:route53:Zone (www):
error: inputs to import do not match the existing resource
What values do I need to provide to properly import the zone?
thanksbillowy-army-68599
01/12/2022, 5:14 PMZoneID
is set to an actual zone id like Z1D633PJN98FT9
?bored-continent-69206
01/12/2022, 5:15 PMbillowy-army-68599
01/12/2022, 5:16 PMaws sts get-caller-identity
returns the correct AWS accountpulumi import
commandbored-continent-69206
01/12/2022, 5:19 PMbillowy-army-68599
01/12/2022, 5:20 PMaws:route53:Zone (www):
error: inputs to import do not match the existing resource
bored-continent-69206
01/12/2022, 5:24 PMpulumi import aws:route53/zone:Zone myzone Z1D633PJN98FT9
is "myzone" the domain (like example.com)?billowy-army-68599
01/12/2022, 5:27 PMwww
bored-continent-69206
01/12/2022, 5:30 PMbillowy-army-68599
01/12/2022, 5:33 PM<http://example.com|example.com>
if you prefer