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.
2 parents 1ba71b7 + e487751 commit 769e6d5Copy full SHA for 769e6d5
README.md
@@ -102,7 +102,8 @@ github_release and github_actions_secret in the github_provider!) -->
102
${EDITOR} .env.${ENV_NAME}.secrets
103
```
104
105
-1. Run Tofu
+1. Run Tofu init to set up the backend. This also locks the provider versions
106
+ in the version-controlled file `.terraform.lock.hcl`
107
108
```bash
109
docker-compose --env-file .backend.secrets run --rm tofu init -backend-config backend.tfvars
app-setup-smtp.sh
@@ -1,8 +1,8 @@
1
#!/bin/bash
2
set -ex
3
4
-CSB_VERSION="v2.5.3"
5
-SMTP_BROKERPAK_VERSION="v1.1.3"
+CSB_VERSION="v2.5.6"
+SMTP_BROKERPAK_VERSION="v3.0.0"
6
7
# Set up an app dir and bin dir
8
mkdir -p app-smtp/bin
0 commit comments