Skip to content

Commit

Permalink
add secret value (#5)
Browse files Browse the repository at this point in the history
  • Loading branch information
damien-jacinto authored Jul 18, 2023
1 parent 8461e4c commit bcb2aa6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions diff/internal/types/results.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ var ProtectedKeys = []string{
"projectkey",
"database",
"_key",
"_secret",
"password",
"apikey",
"clientid",
Expand Down
2 changes: 1 addition & 1 deletion module/version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.0.1
2.0.2
2 changes: 1 addition & 1 deletion module/versions.tf
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
terraform {
required_version = ">= 0.12"
required_version = ">= 0.13"
required_providers {
external = ">= 2.1"
null = ">= 3.1"
Expand Down

0 comments on commit bcb2aa6

Please sign in to comment.