From 1ddd86d8124812c796c895d8a686cd708fe04403 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Abel=20Gonz=C3=A1lez=20Vidal?= Date: Tue, 25 Sep 2018 12:34:56 +0200 Subject: [PATCH] Note/instruction for people upgrading from 1.4 to remove workstation_external_ip from state (#139) --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4ce9a5f..49a8286 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -49,6 +49,7 @@ project adheres to [Semantic Versioning](http://semver.org/). ### Changed - **Breaking change** Removed `workstation_cidr` variable, http callout and unnecessary security rule. (by @dpiddockcmp) + If you are upgrading from 1.4 you should fix state after upgrade: `terraform state rm module.eks.data.http.workstation_external_ip` - Can now selectively override keys in `workers_group_defaults` variable rather than callers maintaining a duplicate of the whole map. (by @dpiddockcmp) ## [[v1.4.0](https://github.com/terraform-aws-modules/terraform-aws-eks/compare/v1.3.0...v1.4.0)] - 2018-08-02]