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
Copy file name to clipboardExpand all lines: content/terraform-docs-common/docs/cloud-docs/integrations/service-now/service-catalog-terraform/developer-reference.mdx
+13-15Lines changed: 13 additions & 15 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,9 +20,9 @@ This function looks for variables following these conventions:
20
20
21
21
| ServiceNow Variable Name | HCP Terraform Variable |
@@ -80,19 +80,17 @@ on certain conditions, and configure multiple users or roles as approvers for sp
80
80
| Create Run | Creates and queues a new run in the HCP Terraform workspace. |
81
81
| Apply Run | Applies a run in the HCP Terraform workspace. |
82
82
| Provision Resources | Creates a new HCP Terraform workspace (with auto-apply), creates and queues a run, then applies the run when ready. |
83
-
| Provision Resources with Vars | Creates a new HCP Terraform workspace (with auto-apply), creates any variables, creates/queues a run, applies the run when ready.
83
+
| Provision Resources with Vars | Creates a new HCP Terraform workspace (with auto-apply), creates any variables, creates/queues a run, applies the run when ready.
84
84
| Provision No-Code Workspace and Deploy Resources | Creates a new HCP Terraform workspace based on a no-code module configured in the private registry (with auto-apply), creates any variables, creates and queues a run, then applies the run when ready. |
85
85
| Delete Workspace | Creates a destroy run plan. |
86
86
| Worker Poll Run State | Polls the HCP Terraform API for the current run state of a workspace. |
87
87
| Worker Poll Apply Run | Polls the HCP Terraform API and applies any pending Terraform runs. |
88
88
| Worker Poll Destroy Workspace | Queries ServiceNow Terraform Records for resources marked `is_destroyable`, applies the destroy run to destroy resources, and deletes the corresponding Terraform workspace. |
89
-
| Update No-Code Workspace and Deploy Resources | Updates an existing no-code workspace to the most recent no-code module version, updates that workspace's attached variable values, and then starts a new Terraform run.
89
+
| Update No-Code Workspace and Deploy Resources | Updates an existing no-code workspace to the most recent no-code module version, updates that workspace's attached variable values, and then starts a new Terraform run.
90
90
| Update Workspace | Updates HCP Terraform workspace configurations, such as VCS repository, description, project, execution mode, and agent pool ID (if applicable). |
91
91
| Update Workspace with Vars | Allows you to change details about the HCP Terraform workspace configurations and attached variable values. |
92
92
| Update Resources | Updates HCP Terraform workspace details and starts a new Terraform run with these new values. |
93
93
| Update Resources with Vars | Updates your existing HCP Terraform workspace and its variables, then starts a Terraform run with these updated values. |
94
-
| Provision Resources with Vars with Approval | Creates a new HCP Terraform workspace, enables auto-apply, creates workspace variables, starts a speculative plan, then pauses for approval. If you approve the run, HCP Terraform applies the plan.
95
-
| Update Resources with Vars with Approval | Updates your existing HCP Terraform workspace and its variables, then starts a Terraform run (speculative plan) with these updated values. If request is approved, the plan is applied. If it is rejected then the it will not be applied. |
0 commit comments