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 Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ module "opensearch" {
37
37
Integrate the module with your existing Terraform mono repo configuration, follow the steps below:
38
38
39
39
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.
41
41
3 . Configure with your backend
42
42
- Create the environment backend configuration file: ` config.<environment>.hcl `
43
43
- ** region** : Where the backend resides
@@ -64,7 +64,7 @@ For a list of outputs, see the README [Outputs](https://github.com/sourcefuse/te
64
64
65
65
### Basic Usage
66
66
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.
68
68
69
69
This example will create:
70
70
You can’t perform that action at this time.
0 commit comments