Skip to content

Commit b8c6af9

Browse files
committed
Fix agent pool id attribute description
1 parent 91a8f13 commit b8c6af9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/provider/resource_tfe_stack.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ func (r *resourceTFEStack) Schema(ctx context.Context, req resource.SchemaReques
8181
},
8282
},
8383
"agent_pool_id": schema.StringAttribute{
84-
Description: "The time when the stack was last updated.",
84+
Description: "The ID of an agent pool to assign to the stack",
8585
Optional: true,
8686
},
8787
"name": schema.StringAttribute{

0 commit comments

Comments
 (0)