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:
parent
37fff9336a
commit
f172585eaa
|
@ -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)
|
||||||
|
|
Loading…
Reference in New Issue