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.
Description: "The ID of the project to attach the trigger.",
25
-
Required: true,
26
-
Type: schema.TypeString,
27
-
},
28
-
"should_redeploy": {
29
-
Default: false,
30
-
Description: "Enable to re-deploy to the deployment targets even if they are already up-to-date with the current deployment.",
31
-
Optional: true,
32
-
Type: schema.TypeBool,
33
-
},
34
-
"event_groups": {
35
-
Description: "Apply event group filters to restrict which deployment targets will actually cause the trigger to fire, and consequently, which deployment targets will be automatically deployed to.",
36
-
Elem: &schema.Schema{Type: schema.TypeString},
37
-
Optional: true,
38
-
Type: schema.TypeList,
39
-
},
40
-
"event_categories": {
41
-
Description: "Apply event category filters to restrict which deployment targets will actually cause the trigger to fire, and consequently, which deployment targets will be automatically deployed to.",
42
-
Elem: &schema.Schema{Type: schema.TypeString},
43
-
Optional: true,
44
-
Type: schema.TypeList,
45
-
},
46
-
"roles": {
47
-
Description: "Apply event role filters to restrict which deployment targets will actually cause the trigger to fire, and consequently, which deployment targets will be automatically deployed to.",
48
-
Elem: &schema.Schema{Type: schema.TypeString},
49
-
Optional: true,
50
-
Type: schema.TypeList,
51
-
},
52
-
"environment_ids": {
53
-
Description: "Apply environment id filters to restrict which deployment targets will actually cause the trigger to fire, and consequently, which deployment targets will be automatically deployed to.",
Description: "The ID of the project to attach the trigger.",
12
+
Required: true,
13
+
Type: schema.TypeString,
14
+
},
15
+
"should_redeploy": {
16
+
Default: false,
17
+
Description: "Enable to re-deploy to the deployment targets even if they are already up-to-date with the current deployment.",
18
+
Optional: true,
19
+
Type: schema.TypeBool,
20
+
},
21
+
"event_groups": {
22
+
Description: "Apply event group filters to restrict which deployment targets will actually cause the trigger to fire, and consequently, which deployment targets will be automatically deployed to.",
23
+
Elem: &schema.Schema{Type: schema.TypeString},
24
+
Optional: true,
25
+
Type: schema.TypeList,
26
+
},
27
+
"event_categories": {
28
+
Description: "Apply event category filters to restrict which deployment targets will actually cause the trigger to fire, and consequently, which deployment targets will be automatically deployed to.",
29
+
Elem: &schema.Schema{Type: schema.TypeString},
30
+
Optional: true,
31
+
Type: schema.TypeList,
32
+
},
33
+
"roles": {
34
+
Description: "Apply event role filters to restrict which deployment targets will actually cause the trigger to fire, and consequently, which deployment targets will be automatically deployed to.",
35
+
Elem: &schema.Schema{Type: schema.TypeString},
36
+
Optional: true,
37
+
Type: schema.TypeList,
38
+
},
39
+
"environment_ids": {
40
+
Description: "Apply environment id filters to restrict which deployment targets will actually cause the trigger to fire, and consequently, which deployment targets will be automatically deployed to.",
0 commit comments