Skip to content
This repository has been archived by the owner on Jun 25, 2022. It is now read-only.

tflint plugin that ensures lifecycle create_before_destroy is true for acm certificates

License

Notifications You must be signed in to change notification settings

AleksaC/tflint-acm-cert-lifecycle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Deprecated: The rule has been added to the official tflint-ruleset-aws.

tflint-acm-cert-lifecycle

tflint plugin that ensures lifecycle create_before_destroy is set to true for acm certificates as per aws_acm_certificate official docs:

It's recommended to specify create_before_destroy = true in a lifecycle block to replace a certificate which is currently in use

If you don't add this, terraform will timeout when trying to replace a certificate that's in use at the moment of apply.

Contact 🙋‍♂️

About

tflint plugin that ensures lifecycle create_before_destroy is true for acm certificates

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published