Skip to content

Commit 2f62858

Browse files
authored
piped: make API key sensitive (#30)
1 parent 554458a commit 2f62858

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

internal/provider/resource_piped.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,7 @@ func (p *PipedResource) Schema(_ context.Context, _ resource.SchemaRequest, resp
101101
"api_key": schema.StringAttribute{
102102
Description: "The API key of the piped.",
103103
Computed: true,
104+
Sensitive: true,
104105
PlanModifiers: []planmodifier.String{
105106
stringplanmodifier.UseStateForUnknown(),
106107
},

0 commit comments

Comments
 (0)