We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c9d2714 commit e1d2414Copy full SHA for e1d2414
internal/provider/service_account.go
@@ -79,7 +79,7 @@ func (r *ServiceAccountResource) Schema(_ context.Context, _ resource.SchemaRequ
79
"jwt": schema.StringAttribute{
80
Computed: true,
81
Sensitive: true,
82
- Description: "The Service Account JWT used for authentication. This is only populated when creating a new key.",
+ Description: "The Service Account JWT used for authentication. This is only populated when creating a new service account.",
83
PlanModifiers: []planmodifier.String{
84
stringplanmodifier.UseStateForUnknown(),
85
},
0 commit comments