TF Plan - Is it possible to not display or mask backend config in PR comment? #339
Answered
by
dflook
CharlesNRU
asked this question in
Q&A
-
When I run the terraform plan action, the comment added to the PR contains information about the backend configuration:
Is it possible to suppress or mask this information when using this action? |
Beta Was this translation helpful? Give feedback.
Answered by
dflook
Jun 1, 2024
Replies: 1 comment
-
If you set the label input for the plan action, that will be shown in the PR comment instead of the backend config. If you use the apply action, you will need to set the same label input there too. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
CharlesNRU
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
If you set the label input for the plan action, that will be shown in the PR comment instead of the backend config.
If you use the apply action, you will need to set the same label input there too.