|
3 سال پیش | |
---|---|---|
.. | ||
README.md | 4 سال پیش | |
config.tf | 3 سال پیش | |
constants.tf | 3 سال پیش | |
dnssec.tf | 3 سال پیش | |
globals.tf | 3 سال پیش | |
main.tf | 3 سال پیش | |
outputs.tf | 3 سال پیش | |
vars.tf | 3 سال پیش |
Keys should be rotated annually.
To do so:
dnssec.tf
:. Uncomment the _#
resources, where #
is an incremental update, but do not update the aws_route53_hosted_zone_dnssec
or aws_route53_record
resources yet.terragrunt apply
those resources to create a new KMS key and DNSSEC signing key.dnssec.tf
with the aws_route53_hosted_zone_dnssec
and aws_route53_record
updated the latest #
.In 2-7 days, come back and remove the previous _#
resources. Do future engineers a favor and create a copy just like you had.