Skip to content
This repository has been archived by the owner on Jan 31, 2021. It is now read-only.

Commit

Permalink
Update docs to remove TODO and add note on enabled
Browse files Browse the repository at this point in the history
  • Loading branch information
joshmyers committed Jan 25, 2019
1 parent 62e276d commit 973fe02
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,8 @@ The module provisions the following resources:
- AWS Elasticache Redis
- AWS S3 bucket with associated user and permissions

**NOTE:** This module can be enabled or disabled in entirety using the `enabled` flag or you can override certain services e.g. `s3_enabled = "true"` which will enable only the S3 backing service resources given `enabled = "false"`

## Usage

```terraform
Expand All @@ -65,7 +67,6 @@ module "codefresh_backing_services" {
```

For a complete example, see [examples/complete](examples/complete)
TODO



Expand Down
3 changes: 2 additions & 1 deletion README.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,8 @@ introduction: |-
- AWS Elasticache Redis
- AWS S3 bucket with associated user and permissions
**NOTE:** This module can be enabled or disabled in entirety using the `enabled` flag or you can override certain services e.g. `s3_enabled = "true"` which will enable only the S3 backing service resources given `enabled = "false"`
# How to use this project
usage: |-
```terraform
Expand All @@ -78,7 +80,6 @@ usage: |-
```
For a complete example, see [examples/complete](examples/complete)
TODO
include:
- "docs/targets.md"
Expand Down

0 comments on commit 973fe02

Please sign in to comment.