Skip to content

Commit

Permalink
New release 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Benoit Carriere authored Sep 5, 2020
1 parent 403e02d commit 54e1ad7
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 @@ -17,7 +17,7 @@ Note InfluxDB OSS doesn't support clustering and as such, the nodes created are
```hcl
module "influxdb" {
source = "ninthnails/influxdb-oss/aws"
version = "1.0.0"
version = "1.0.1"
admin_username = "admin"
admin_password = "parameter/influxdb-admin-password"
data_storage_volume_size = 350
Expand All @@ -40,4 +40,4 @@ module "influxdb" {
## Examples
* [Single Node for Development](examples/single-dev): A simple node that store data on the root volume.
* [Single Node with EBS](examples/single-ebs): A simple node with EBS volumes.


0 comments on commit 54e1ad7

Please sign in to comment.