Skip to content

Commit

Permalink
Editorial comments from ChatGPT
Browse files Browse the repository at this point in the history
  • Loading branch information
gregmeldrum committed Feb 21, 2024
1 parent 53209ff commit bc89677
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -290,12 +290,12 @@ The Event Management Agent configuration push functionality is dependent on the

### OpenTofu

OpenTofu can be installed on Linux or MacOS by following these [installation instructions](https://opentofu.org/docs/intro/install/).
Follow [these installation instructions](https://opentofu.org/docs/intro/install/) to install OpenTofu on Linux or MacOS.

The Event Management Agent requires the `terraform` executable to be available and aliased to `tofu`. To accomplish this, follow the instructions below to create an executable script:
```
printf '#!/bin/bash\ntofu $*' > terraform
chmod +x
chmod +x terraform
```
The `terraform` script mentioned above needs to be added to the system's PATH.

Expand Down

0 comments on commit bc89677

Please sign in to comment.