File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
docs/arc-iac-docs/modules/terraform-aws-arc-opensearch/docs/module-usage-guide Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ module "opensearch" {
3737Integrate the module with your existing Terraform mono repo configuration, follow the steps below:
3838
39391 . 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.
41413 . 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
6969This example will create:
7070
You can’t perform that action at this time.
0 commit comments