You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Kitchen configuration can be found in `/.kitchen.yml`
69
69
- Under `/test/fixtures` you can find the targets that will be tested. Please keep this as similar as possible to the Terraform Registry Modules examples.
70
+
- AWS_PROFILE configuration is required to access the [TF s3 state backend](#terraform-backend)
70
71
71
72
**Running Kitchen tests locally**
72
73
73
74
Ruby 2.7 is required to launch the tests.
74
75
Run `bundle install` to get kitchen-terraform bundle.
75
76
Cloud Provider credentials should be configured locally.
76
77
```shell
77
-
# launch the tests, in other words, it will run `terraform apply`
78
+
# launch all the tests, in other words, it will run `terraform apply`
78
79
$ bundle exec kitchen converge
79
80
80
81
# will destroy test infrastructure, in short, it will run `terraform destroy`
@@ -83,6 +84,9 @@ $ bundle exec kitchen destroy
83
84
# run all the workflow. In first place, it will run an `apply`. Then, if and only if the `apply` works it will destroy the infrastructure.
0 commit comments