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
{{ message }}
This repository was archived by the owner on Jul 22, 2025. It is now read-only.
feat: Use DeploymentActionSlugPackage for external feed triggers and add resource schema for primary package references (#634)
* make space_id optional
* send space_id in the fetch to get ProjectTriggers
* use slug instead of name for referencing deployment action packages
* add primary_package schema to external feed triggers
* use latest version of Terraform Testing Framework that has the change to stop telemetry from being sent
* update docs
* add computed property for deploymentaction slug
### Nested Schema for `step.deploy_kubernetes_secret_action.action_template`
491
503
@@ -569,6 +581,10 @@ Optional:
569
581
-`tenant_tags` (List of String) A list of tenant tags associated with this resource.
570
582
-`windows_service` (Block Set, Max: 1) Deploy a windows service feature (see [below for nested schema](#nestedblock--step--deploy_package_action--windows_service))
571
583
584
+
Read-Only:
585
+
586
+
-`slug` (String) The human-readable unique identifier for this resource.
### Nested Schema for `step.deploy_windows_service_action.primary_package`
704
724
@@ -798,6 +818,10 @@ Optional:
798
818
-`sort_order` (Number) Order used by terraform to ensure correct ordering of actions. This property must be either omitted from all actions, or provided on all actions
799
819
-`tenant_tags` (List of String) A list of tenant tags associated with this resource.
800
820
821
+
Read-Only:
822
+
823
+
-`slug` (String) The human-readable unique identifier for this resource.
-`channel_id` (String) The ID of the channel in which the release will be created if the action type is CreateRelease.
36
36
-`name` (String) The name of this resource.
37
-
-`package` (Block List, Min: 1) List of package references that will cause the trigger to fire. The triggering condition is if any of the packages are updated. (see [below for nested schema](#nestedblock--package))
38
37
-`project_id` (String) The ID of the project to attach the trigger.
39
-
-`space_id` (String) The space ID associated with the project to attach the trigger.
40
38
41
39
### Optional
42
40
43
41
-`is_disabled` (Boolean) Disables the trigger from being run when set.
42
+
-`package` (Block List) List of referenced packages that will cause the trigger to fire. New versions of any of the packages you select will trigger release creation. (see [below for nested schema](#nestedblock--package))
43
+
-`primary_package` (Block List) List of deployment actions for which the primary packages will cause the trigger to fire. New versions of any of the packages you select will trigger release creation. (see [below for nested schema](#nestedblock--primary_package))
44
+
-`space_id` (String) The space ID associated with the project to attach the trigger.
### Nested Schema for `step.deploy_kubernetes_secret_action.action_template`
369
381
@@ -447,6 +459,10 @@ Optional:
447
459
-`tenant_tags` (List of String) A list of tenant tags associated with this resource.
448
460
-`windows_service` (Block Set, Max: 1) Deploy a windows service feature (see [below for nested schema](#nestedblock--step--deploy_package_action--windows_service))
449
461
462
+
Read-Only:
463
+
464
+
-`slug` (String) The human-readable unique identifier for this resource.
### Nested Schema for `step.deploy_windows_service_action.primary_package`
582
602
@@ -676,6 +696,10 @@ Optional:
676
696
-`sort_order` (Number) Order used by terraform to ensure correct ordering of actions. This property must be either omitted from all actions, or provided on all actions
677
697
-`tenant_tags` (List of String) A list of tenant tags associated with this resource.
678
698
699
+
Read-Only:
700
+
701
+
-`slug` (String) The human-readable unique identifier for this resource.
-`type` (String) The type of variable represented by this resource. Valid types are `AmazonWebServicesAccount`, `AzureAccount`, `GoogleCloudAccount`, `Certificate`, `Sensitive`, `String`, or `WorkerPool`.
99
+
-`type` (String) The type of variable represented by this resource. Valid types are `AmazonWebServicesAccount`, `AzureAccount`, `GoogleCloudAccount`, `UsernamePasswordAccount`, `Certificate`, `Sensitive`, `String`, or `WorkerPool`.
0 commit comments