Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Signed-off-by: amartin <[email protected]>
  • Loading branch information
amartingarcia authored Aug 7, 2024
1 parent 3e8aed4 commit cb056ff
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 @@ -35,7 +35,7 @@ Outputs:
```
Changes to Outputs:
+ aws_bucket_name = {
+ output_name = "myproject-dev-s3-dummy"
+ name = "myproject-dev-s3-dummy"
}
```

Expand Down Expand Up @@ -82,7 +82,7 @@ No modules.

| Name | Description |
|------|-------------|
| <a name="output_name"></a> [name](#output\_name) | This output provides the generated resource name based on the specified variables. The name is constructed by concatenating the provided prefix, project, environment, resource type, location, description, and suffix with the specified delimiter. Empty or null values are omitted, ensuring that there are no extraneous delimiters in the resulting name. This output can be used to reference the constructed resource name in other parts of your Terraform configuration or in other dependent modules. |
| <a name="name"></a> [name](#name) | This output provides the generated resource name based on the specified variables. The name is constructed by concatenating the provided prefix, project, environment, resource type, location, description, and suffix with the specified delimiter. Empty or null values are omitted, ensuring that there are no extraneous delimiters in the resulting name. This output can be used to reference the constructed resource name in other parts of your Terraform configuration or in other dependent modules. |

## Authors

Expand Down

0 comments on commit cb056ff

Please sign in to comment.