diff --git a/README.md b/README.md index 34aaf25..d626cc0 100644 --- a/README.md +++ b/README.md @@ -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 @@ -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. - \ No newline at end of file +