Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Modified README and format #23

Merged
merged 1 commit into from
Jan 21, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 4 additions & 3 deletions .terraform-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ content: |
* [Introduction](#introduction)
* [Prerequisites](#prerequisites)
* [Usage](#usage)
* [Repository Overview](#repository-overview)
* [Author Information](#author-information)
* [License](#license)

Expand All @@ -53,13 +54,13 @@ content: |

{{ .Providers}}

### Repository Overview
## Usage

## Repository Overview

{{ .Inputs }}

{{ .Outputs }}

## Usage

## Author Information

Expand Down
3 changes: 1 addition & 2 deletions Terraform/delpoy-fsx-ontap/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ Follow the instructions below to use this sample in your own environment.
* [Introduction](#introduction)
* [Prerequisites](#prerequisites)
* [Usage](#usage)
* [Repository Overview](#repository-overview)
* [Author Information](#author-information)
* [License](#license)

Expand Down Expand Up @@ -104,7 +105,6 @@ Running this terraform module will result the following:
To list configuration data, use the [`aws configire list`](https://docs.aws.amazon.com/cli/latest/reference/configure/list.html) command. This command lists the profile, access key, secret key, and region configuration information used for the specified profile. For each configuration item, it shows the value, where the configuration value was retrieved, and the configuration variable name.



## Usage

### Reference this module
Expand Down Expand Up @@ -175,7 +175,6 @@ terraform apply -y
```

## Repository Overview

### Providers

| Name | Version |
Expand Down
Loading