Skip to content

Commit

Permalink
docs: Update examples descriptions and small details.
Browse files Browse the repository at this point in the history
  • Loading branch information
franciscovalentecastro committed Oct 31, 2024
1 parent 605f607 commit 37be4d2
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion examples/ops_agent_policy_install_all/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Ops Agent Policy Example

This example illustrates how to use the `ops-agent-policy` module to install the ops agent on all VMs in a zone.
This example illustrates how to use the `ops-agent-policy` module to install the ops agent on all VMs within a GCP project.

<!-- BEGINNING OF PRE-COMMIT-TERRAFORM DOCS HOOK -->
## Inputs
Expand Down
2 changes: 1 addition & 1 deletion examples/ops_agent_policy_install_all_in_region/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Ops Agent Policy Example

This example illustrates how to use the `ops-agent-policy` module to install the ops agent on all VMs in a zone.
This example illustrates how to use the `ops-agent-policy` module to install the ops agent on all VMs in a region.

<!-- BEGINNING OF PRE-COMMIT-TERRAFORM DOCS HOOK -->
## Inputs
Expand Down
4 changes: 2 additions & 2 deletions modules/ops-agent-policy/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Agent Policy

This module is used to install/uninstall the ops agent in GCE.
This module is used to install/uninstall the ops agent in Google Cloud Engine VM's using [ops agent policies](https://cloud.google.com/stackdriver/docs/solutions/agents/ops-agent/agent-policies).

## Usage

Expand Down Expand Up @@ -32,7 +32,7 @@ module "ops_agent_policy" {
}
```

Functional examples are included in the [examples](./../../examples) directory.
Functional examples are included in the [examples](./../../examples) directory with the prefix `ops_agent_policy`.

<!-- BEGINNING OF PRE-COMMIT-TERRAFORM DOCS HOOK -->
## Inputs
Expand Down

0 comments on commit 37be4d2

Please sign in to comment.