Skip to content

Commit 018890c

Browse files
authored
docs: Add note on how to handle off-by-one validation record issue when upgrading to +v2.13.0 (#75)
1 parent b275a30 commit 018890c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@ module "acm" {
6161
## Notes
6262

6363
* For use in an automated pipeline consider setting the `wait_for_validation = false` to avoid waiting for validation to complete or error after a 45 minute timeout.
64+
* If you're upgrading to [v2.13.0](https://github.com/terraform-aws-modules/terraform-aws-acm/releases/v2.13.0) or above, you might be subject to [off-by-one validation record issue](https://github.com/terraform-aws-modules/terraform-aws-acm/pull/47#issuecomment-754778599). You can solve this without compromising existing validation records by issuing `terraform state rm <your_module_name>.validation[1]` where `[1]` can be a different index # depending on the number of validation records your module creates (you can check this with `terraform state list module.<your_module_name>.validation`).
6465

6566
<!-- BEGINNING OF PRE-COMMIT-TERRAFORM DOCS HOOK -->
6667
## Requirements

0 commit comments

Comments
 (0)