Skip to content

Commit cd98eaa

Browse files
authored
added TF_LOG_PROVIDER_gitops=DEBUG environment variable (#28)
1 parent 122c80f commit cd98eaa

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

Containerfile-alpine

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ ARG KUSTOMIZE_VERSION=4.5.5
1010
ARG TKN_VERSION=0.23.1
1111

1212
ENV TF_CLI_ARGS_apply="-parallelism=6"
13+
ENV TF_LOG_PROVIDER_gitops=DEBUG
1314

1415
RUN sudo apk add --no-cache \
1516
ca-certificates \

Containerfile-fedora

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ ARG KUSTOMIZE_VERSION=4.5.5
1010
ARG TKN_VERSION=0.23.1
1111

1212
ENV TF_CLI_ARGS_apply="-parallelism=6"
13+
ENV TF_LOG_PROVIDER_gitops=DEBUG
1314

1415
RUN sudo dnf install -y \
1516
ca-certificates \

0 commit comments

Comments
 (0)