mirror of
https://github.com/opentofu/opentofu.git
synced 2025-02-25 18:45:20 -06:00
Signed-off-by: Janos <86970079+janosdebugs@users.noreply.github.com>
This commit is contained in:
parent
5c2d39023f
commit
27ed1d8dcd
@ -1,6 +1,4 @@
|
||||
$Env:TF_ENCRYPTION = @"
|
||||
terraform {
|
||||
encryption {
|
||||
key_provider "some_key_provider" "some_name" {
|
||||
# Key provider options here
|
||||
}
|
||||
@ -23,6 +21,4 @@ terraform {
|
||||
remote_state_data_sources {
|
||||
# See below
|
||||
}
|
||||
}
|
||||
}
|
||||
"@
|
@ -1,6 +1,4 @@
|
||||
TF_ENCRYPTION=$(cat <<EOF
|
||||
terraform {
|
||||
encryption {
|
||||
key_provider "some_key_provider" "some_name" {
|
||||
# Key provider options here
|
||||
}
|
||||
@ -23,6 +21,4 @@ terraform {
|
||||
remote_state_data_sources {
|
||||
# See below
|
||||
}
|
||||
}
|
||||
}
|
||||
EOF)
|
||||
|
Loading…
Reference in New Issue
Block a user