Skip to content

Commit ecac4e5

Browse files
committed
Explain 'assessable' and fix typoes
1 parent 12df3b2 commit ecac4e5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

organization.go

+2-2
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ type OrganizationCreateOptions struct {
164164
// Optional: SendPassingStatusesForUntriggeredSpeculativePlans toggles behavior of untriggered speculative plans to send status updates to version control systems like GitHub.
165165
SendPassingStatusesForUntriggeredSpeculativePlans *bool `jsonapi:"attr,send-passing-statuses-for-untriggered-speculative-plans,omitempty"`
166166

167-
// Optional: AssessmentsEnforced toggles whether health assessment enablement is enforced across all assessable workspaces or if the decission to enabled health assessments is delegated to the workspace setting AssessmentsEnabled.
167+
// Optional: AssessmentsEnforced toggles whether health assessment enablement is enforced across all assessable workspaces (those with a minimum terraform versio of 0.15.4 and not running in local execution mode) or if the decision to enabled health assessments is delegated to the workspace setting AssessmentsEnabled.
168168
AssessmentsEnforced *bool `jsonapi:"attr,assessments-enforced"`
169169
}
170170

@@ -200,7 +200,7 @@ type OrganizationUpdateOptions struct {
200200
// SendPassingStatusesForUntriggeredSpeculativePlans toggles behavior of untriggered speculative plans to send status updates to version control systems like GitHub.
201201
SendPassingStatusesForUntriggeredSpeculativePlans *bool `jsonapi:"attr,send-passing-statuses-for-untriggered-speculative-plans,omitempty"`
202202

203-
// Optional: AssessmentsEnforced toggles whether health assessment enablement is enforced across all assessable workspaces or if the decission to enabled health assessments is delegated to the workspace setting AssessmentsEnabled.
203+
// Optional: AssessmentsEnforced toggles whether health assessment enablement is enforced across all assessable workspaces (those with a minimum terraform versio of 0.15.4 and not running in local execution mode) or if the decision to enabled health assessments is delegated to the workspace setting AssessmentsEnabled.
204204
AssessmentsEnforced *bool `jsonapi:"attr,assessments-enforced"`
205205
}
206206

0 commit comments

Comments
 (0)