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 1eb902a commit 626fb8dCopy full SHA for 626fb8d
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_full = "v3.0.0"
+ dle_version_full = "3.0.0"
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 = "3.0.0" # it is also possible to use branch name here (e.g., "master")
2
joe_version = "0.10.0"
3
4
0 commit comments