Skip to content

Commit

Permalink
fix: Fixing the swapped descriptiion (#18)
Browse files Browse the repository at this point in the history
  • Loading branch information
sophieyfang authored Mar 30, 2021
1 parent bbdce0d commit 4ea8c76
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules/agent-policy/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ This module is used to install and manage metrics and logging agents in GCE.

Basic usage of this module is as follows:

Sample module to install [Logging Agent](https://cloud.google.com/logging/docs/agent) and [Metrics Agent](https://cloud.google.com/monitoring/agent) on all CentOS 8 VMs with two labels "env=prod" and "app=myproduct".
Sample module to install [Ops Agent](https://cloud.google.com/stackdriver/docs/solutions/ops-agent) on all CentOS 8 VMs with two labels "env=prod" and "app=myproduct".
```hcl
module "agent_policy" {
source = "terraform-google-modules/cloud-operations/google//modules/agent-policy"
Expand Down Expand Up @@ -37,7 +37,7 @@ module "agent_policy" {
}
```

Sample module to install [Ops Agent](https://cloud.google.com/stackdriver/docs/solutions/ops-agent) on all CentOS 8 VMs with two labels "env=prod" and "app=myproduct".
Sample module to install [Logging Agent](https://cloud.google.com/logging/docs/agent) and [Metrics Agent](https://cloud.google.com/monitoring/agent) on all CentOS 8 VMs with two labels "env=prod" and "app=myproduct".
```hcl
module "agent_policy" {
source = "terraform-google-modules/cloud-operations/google//modules/agent-policy"
Expand Down

0 comments on commit 4ea8c76

Please sign in to comment.