From 62fd59ff60f574e2600b3f859a5fae449d318447 Mon Sep 17 00:00:00 2001 From: Kevin Buchs Date: Wed, 7 Aug 2019 13:36:08 -0500 Subject: [PATCH] added notes/comments about Terraform 0.12 migration. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 6542b50..1233e3b 100644 --- a/README.md +++ b/README.md @@ -133,6 +133,7 @@ Here are **some** of the things necessary to migrate. - gem 'inspec', '~> 4.0' - gem 'kitchen-terraform', '>= 4.0.0' 1. Edit main.tf to change syntax of metadata, at the bottom. See the comment. +1. Testing (verify stage) does not pass - there seem to be problems with the inspec plugins. ## Authors