Fix Kitchen-Terraform language in test experiment

This isn't incredibly important, but Kitchen-Terraform is written in and requires tests to be written in Ruby.
This commit is contained in:
Aaron Lane 2021-02-25 10:10:42 -05:00 committed by Martin Atkins
parent 37fff9336a
commit f172585eaa
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ Some existing efforts have piloted both approaches:
* [Terratest](https://terratest.gruntwork.io/) and * [Terratest](https://terratest.gruntwork.io/) and
[kitchen-terraform](https://github.com/newcontext-oss/kitchen-terraform) [kitchen-terraform](https://github.com/newcontext-oss/kitchen-terraform)
both pioneered the idea of writing tests for Terraform modules with explicit both pioneered the idea of writing tests for Terraform modules with explicit
orchestration written in the Go programming language. orchestration written in the Go and Ruby programming languages, respectively.
* The Terraform provider * The Terraform provider
[`apparentlymart/testing`](https://registry.terraform.io/providers/apparentlymart/testing/latest) [`apparentlymart/testing`](https://registry.terraform.io/providers/apparentlymart/testing/latest)