We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 68062ba commit 3f655ddCopy full SHA for 3f655dd
README.md
@@ -49,7 +49,7 @@ The following steps were tested on Ubuntu 20.04 but supposed to be valid for oth
49
```
50
1. Edit `terraform.tfvars` file. In our example, we will use Heroku demo database as a source:
51
```config
52
- dle_version = "v3.0.0"
+ dle_version = "v3.0.1"
53
54
aws_ami_name = "DBLABserver*"
55
terraform.tfvars
@@ -1,4 +1,4 @@
1
-dle_version = "v3.0.0" # it is also possible to use branch name here (e.g., "master")
+dle_version = "v3.0.1" # it is also possible to use branch name here (e.g., "master")
2
joe_version = "0.10.0"
3
4
0 commit comments