Skip to content

Commit

Permalink
New release 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ninthnails committed Dec 28, 2021
1 parent aa384d2 commit d80864c
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.2"
version = "1.1.0"
admin_username = "admin"
admin_password = "parameter/influxdb-admin-password"
data_storage_volume_size = 350
Expand Down Expand Up @@ -45,7 +45,7 @@ module "influxdb" {

| Name | Version |
|-----------|---------|
| terraform | >= 0.13 |
| terraform | >= 0.15 |
| aws | ~> 2.56 |
| archive | ~> 1.3 |
| template | ~> 2.1 |

0 comments on commit d80864c

Please sign in to comment.