We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f7b03f2 commit 93d9c25Copy full SHA for 93d9c25
2 files changed
src/command_env.go
@@ -27,7 +27,8 @@ locals {
27
28
terraform {
29
backend "s3" {
30
- encrypt = true
+ encrypt = true{{ if .Local }}
31
+ profile = "{{.AwsProfile}}"{{ end }}
32
}
33
34
src/main.go
@@ -1,6 +1,6 @@
1
package main
2
3
-const Version = "v0.3.4"
+const Version = "v0.3.5"
4
5
const CiEnvVar = "CI"
6
const TerraformLocalEnvVar = "TF_LOCAL"
0 commit comments