Skip to content

Commit

Permalink
piped: make API key sensitive (#30)
Browse files Browse the repository at this point in the history
  • Loading branch information
kurochan authored Oct 27, 2023
1 parent 554458a commit 2f62858
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions internal/provider/resource_piped.go
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,7 @@ func (p *PipedResource) Schema(_ context.Context, _ resource.SchemaRequest, resp
"api_key": schema.StringAttribute{
Description: "The API key of the piped.",
Computed: true,
Sensitive: true,
PlanModifiers: []planmodifier.String{
stringplanmodifier.UseStateForUnknown(),
},
Expand Down

0 comments on commit 2f62858

Please sign in to comment.