Skip to content

Commit

Permalink
Merge pull request #59 from jbraiuka/hideKafkaPassword
Browse files Browse the repository at this point in the history
Marked Kafka password as sensitive
  • Loading branch information
arjunrajshekhar authored Nov 18, 2020
2 parents c5daeb5 + 71c7893 commit b65d5b2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
BIN_NAME="terraform-provider-instaclustr"
VERSION=v1.7.0
VERSION=v1.7.1

.PHONY: install clean all build test testacc

Expand Down
1 change: 1 addition & 0 deletions instaclustr/resource_kafka_user.go
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ func resourceKafkaUser() *schema.Resource {
"password": {
Type: schema.TypeString,
Required: true,
Sensitive: true,
},

"initial_permissions": {
Expand Down

0 comments on commit b65d5b2

Please sign in to comment.