Fix for setting the env variable on Unix/Linux (#1463)

Signed-off-by: Александар Симић <a@repl.ist>
This commit is contained in:
Александар Симић 2024-04-04 14:58:49 +01:00 committed by GitHub
parent 3fdd533d9c
commit f75920b609
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,4 +1,4 @@
read -d '' TF_ENCRYPTION << EOF
TF_ENCRYPTION=$(cat <<EOF
terraform {
encryption {
key_provider "some_key_provider" "some_name" {
@ -25,4 +25,4 @@ terraform {
}
}
}
EOF
EOF)