Skip to content

Commit

Permalink
terraform-docs: automated action
Browse files Browse the repository at this point in the history
  • Loading branch information
loafoe committed Jul 10, 2021
1 parent e811f53 commit 7e8d8be
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,12 +89,12 @@ No Modules.
| thanos\_disk\_quota | Thanos disk quota | `number` | `5000` | no |
| thanos\_extra\_config | Any extra yaml config that will be merged into the prometheus config at runtime. Extra targets can be added here. | `string` | `""` | no |
| thanos\_file\_sd\_url | A URL that exposes a prometheus file\_sd yaml file will be periodically downloaded and used for service discovery | `string` | `""` | no |
| thanos\_image | Image to use for Thanos app. Use a v* tagged version to prevent automatic updates | `string` | `"philipslabs/cf-thanos:v4.0.2"` | no |
| thanos\_image | Image to use for Thanos app. Use a v* tagged version to prevent automatic updates | `string` | `"philipslabs/cf-thanos:v4.0.3"` | no |
| thanos\_memory | Thanos memory | `number` | `1024` | no |
| thanos\_public\_endpoints | Make Thanos public endpoint | `bool` | `false` | no |
| thanos\_query\_image | Image to use for Thanos query. Use a v* tagged version to prevent automatic updates | `string` | `"philipslabs/cf-thanos:v4.0.2"` | no |
| thanos\_query\_image | Image to use for Thanos query. Use a v* tagged version to prevent automatic updates | `string` | `"philipslabs/cf-thanos:v4.0.3"` | no |
| thanos\_store\_disk\_quota | Thanos store disk quota | `number` | `5000` | no |
| thanos\_store\_image | Image to use for Thanos store. Use a v* tagged version to prevent automatic updates | `string` | `"philipslabs/cf-thanos:v4.0.2"` | no |
| thanos\_store\_image | Image to use for Thanos store. Use a v* tagged version to prevent automatic updates | `string` | `"philipslabs/cf-thanos:v4.0.3"` | no |
| thanos\_store\_memory | Thanos store memory | `number` | `1024` | no |

## Outputs
Expand Down

0 comments on commit 7e8d8be

Please sign in to comment.