mirror of
https://github.com/opentofu/opentofu.git
synced 2025-02-25 18:45:20 -06:00
Fix for setting the env variable on Unix/Linux (#1463)
Signed-off-by: Александар Симић <a@repl.ist>
This commit is contained in:
parent
3fdd533d9c
commit
f75920b609
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user