diff --git a/sources/route53/hosted_zone.go b/sources/route53/hosted_zone.go index da886c78..af2dcd55 100644 --- a/sources/route53/hosted_zone.go +++ b/sources/route53/hosted_zone.go @@ -61,9 +61,9 @@ func hostedZoneItemMapper(scope string, awsItem *types.HostedZone) (*sdp.Item, e }, BlastPropagation: &sdp.BlastPropagation{ // Changing the hosted zone can affect the resource record set - In: true, + Out: true, // The resource record set won't affect the hosted zone - Out: false, + In: false, }, }, },