Skip to content

Commit e1d2414

Browse files
committed
typo
1 parent c9d2714 commit e1d2414

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/provider/service_account.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ func (r *ServiceAccountResource) Schema(_ context.Context, _ resource.SchemaRequ
7979
"jwt": schema.StringAttribute{
8080
Computed: true,
8181
Sensitive: true,
82-
Description: "The Service Account JWT used for authentication. This is only populated when creating a new key.",
82+
Description: "The Service Account JWT used for authentication. This is only populated when creating a new service account.",
8383
PlanModifiers: []planmodifier.String{
8484
stringplanmodifier.UseStateForUnknown(),
8585
},

0 commit comments

Comments
 (0)