Skip to content

Commit

Permalink
small fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
simonebruzzechesse committed Aug 23, 2024
1 parent be59dda commit 52d50e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion blueprints/secops/secops-gke-forwarder/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ Then running the command `kubectl get pods` you should receive the following mes

| name | description | type | required | default |
|---|---|:---:|:---:|:---:|
| [network_config](variables.tf#L28) | Shared VPC network configurations to use for Gitlab Runner VM. | <code title="object&#40;&#123;&#10; host_project &#61; optional&#40;string&#41;&#10; network_self_link &#61; string&#10; subnet_self_link &#61; string&#10; ip_range_gke_master &#61; string&#10;&#125;&#41;">object&#40;&#123;&#8230;&#125;&#41;</code> || |
| [network_config](variables.tf#L28) | Shared VPC network configurations to use for GKE cluster. | <code title="object&#40;&#123;&#10; host_project &#61; optional&#40;string&#41;&#10; network_self_link &#61; string&#10; subnet_self_link &#61; string&#10; ip_range_gke_master &#61; string&#10;&#125;&#41;">object&#40;&#123;&#8230;&#125;&#41;</code> || |
| [prefix](variables.tf#L38) | Prefix used for resource names. | <code>string</code> || |
| [project_id](variables.tf#L57) | Project id, references existing project if `project_create` is null. | <code>string</code> || |
| [region](variables.tf#L62) | GCP region. | <code>string</code> || |
Expand Down

0 comments on commit 52d50e8

Please sign in to comment.