Skip to content

Commit 3baab1e

Browse files
author
vijay-stephen
committed
Merge pull request #30 from sourcefuse/feature/new-output
Opensearch - New Output and Variable update
1 parent 6865c41 commit 3baab1e

File tree

1 file changed

+2
-2
lines changed
  • docs/arc-iac-docs/modules/terraform-aws-arc-opensearch/docs/module-usage-guide

1 file changed

+2
-2
lines changed

docs/arc-iac-docs/modules/terraform-aws-arc-opensearch/docs/module-usage-guide/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ module "opensearch" {
3737
Integrate the module with your existing Terraform mono repo configuration, follow the steps below:
3838

3939
1. Create a new folder in `terraform/` named `opensearch`.
40-
2. Create the required files, see the [examples](https://github.com/sourcefuse/terraform-aws-arc-opensearch/tree/main/examples/simple) to base off of.
40+
2. Create the required files, see the [examples](https://github.com/sourcefuse/terraform-aws-arc-opensearch/tree/main/examples/vpc) to base off of.
4141
3. Configure with your backend
4242
- Create the environment backend configuration file: `config.<environment>.hcl`
4343
- **region**: Where the backend resides
@@ -64,7 +64,7 @@ For a list of outputs, see the README [Outputs](https://github.com/sourcefuse/te
6464

6565
### Basic Usage
6666

67-
For basic usage, see the [example](https://github.com/sourcefuse/terraform-aws-arc-opensearch/tree/main/example) folder.
67+
For basic usage, see the [example](https://github.com/sourcefuse/terraform-aws-arc-opensearch/tree/main/examples) folder.
6868

6969
This example will create:
7070

0 commit comments

Comments
 (0)