Modules affected
terraform
Description
- Added new
terraform.ApplyAndIdempotent
andterraform.InitAndApplyAndIdempotent
functions that you can check that your Terraform code is idempotent: that is, that after runningapply
, there are no changes in a subsequentplan
.
Special thanks
Special thanks to @shadycuz for the contribution!