You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
returnsdkdiag.AppendErrorf(diags, "Create waiting for Batch Compute Environment (%s) extra arguments through UpdateComputeEnvironment: %s", d.Id(), err)
334
334
}
335
335
}
@@ -521,7 +521,7 @@ func resourceComputeEnvironmentUpdate(ctx context.Context, d *schema.ResourceDat
Copy file name to clipboardexpand all lines: website/docs/d/batch_compute_environment.html.markdown
+1-1
Original file line number
Diff line number
Diff line change
@@ -36,5 +36,5 @@ This data source exports the following attributes in addition to the arguments a
36
36
*`status` - Current status of the compute environment (for example, `CREATING` or `VALID`).
37
37
*`status_reason` - Short, human-readable string to provide additional details about the current status of the compute environment.
38
38
*`state` - State of the compute environment (for example, `ENABLED` or `DISABLED`). If the state is `ENABLED`, then the compute environment accepts jobs from a queue and can scale out automatically based on queues.
39
-
*`update_policy` - (Optional) Specifies the infrastructure update policy for the compute environment.
39
+
*`update_policy` - (Optional) Specifies the infrastructure update policy for the compute environment.
0 commit comments