Skip to content

Commit

Permalink
Merge pull request #53 from nabeo/api_key-sensitive
Browse files Browse the repository at this point in the history
set Sensitive to api_key
  • Loading branch information
hayajo committed Jul 15, 2021
2 parents 81b62c1 + 393b351 commit 95a9d49
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mackerel/provider.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ func Provider() terraform.ResourceProvider {
Required: true,
DefaultFunc: schema.EnvDefaultFunc("MACKEREL_API_KEY", nil),
Description: "Mackerel API Key",
Sensitive: true,
},
},

Expand Down

0 comments on commit 95a9d49

Please sign in to comment.