|
1 | 1 | # Terraform Kubernetes Engine Module |
2 | 2 |
|
3 | | -This module handles opinionated Google Cloud Platform Kubernetes Engine cluster creation and configuration with Node Pools, IP MASQ, Network Policy, etc. |
| 3 | +This module handles opinionated Google Cloud Platform Kubernetes Engine cluster creation and configuration with Node Pools, IP MASQ, Network Policy, etc. |
4 | 4 | The resources/services/activations/deletions that this module will create/trigger are: |
5 | 5 | - Create a GKE cluster with the provided addons |
6 | 6 | - Create GKE Node Pool(s) with provided configuration and attach to cluster |
@@ -263,7 +263,7 @@ Alternatively, you can simply run `make test_integration_docker` to run all the |
263 | 263 | #### Test configuration |
264 | 264 |
|
265 | 265 | Each test-kitchen instance is configured with a `variables.tfvars` file in the test fixture directory, e.g. `test/fixtures/node_pool/terraform.tfvars`. |
266 | | -For convenience, since all of the variables are project-specific, these files have been symlinked to `test/fixtures/shared/terraform.tfvars`. |
| 266 | +For convenience, since all of the variables are project-specific, these files have been symlinked to `test/fixtures/shared/terraform.tfvars`. |
267 | 267 | Similarly, each test fixture has a `variables.tf` to define these variables, and an `outputs.tf` to facilitate providing necessary information for `inspec` to locate and query against created resources. |
268 | 268 |
|
269 | 269 | Each test-kitchen instance creates a GCP Network and Subnetwork fixture to house resources, and may create any other necessary fixture data as needed. |
@@ -313,4 +313,4 @@ are as follows: |
313 | 313 | is a compiled language so there is no standard linter. |
314 | 314 | * Terraform - terraform has a built-in linter in the 'terraform validate' |
315 | 315 | command. |
316 | | -* Dockerfiles - hadolint. Can be found in homebrew |
| 316 | +* Dockerfiles - hadolint. Can be found in homebrew |
0 commit comments