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: docs/data-sources/application.md
+11-1Lines changed: 11 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -26,7 +26,8 @@ PipeCD application resource.
26
26
-`kind` (String) The kind of application.
27
27
-`name` (String) The application name.
28
28
-`piped_id` (String) The ID of piped that should handle this application.
29
-
-`platform_provider` (String) The platform provider name. One of the registered providers in the piped configuration. The previous name of this field is cloud-provider.
29
+
-`platform_provider` (String, Deprecated) The platform provider name. One of the registered providers in the piped configuration. The previous name of this field is cloud-provider.
30
+
-`plugins` (Attributes List) The list of plugins that this application uses. (see [below for nested schema](#nestedatt--plugins))
30
31
-`project_id` (String)
31
32
32
33
<aid="nestedatt--git"></a>
@@ -39,3 +40,12 @@ Read-Only:
39
40
-`path` (String) The relative path from the root of repository to the application directory.
40
41
-`remote` (String)
41
42
-`repository_id` (String) The repository ID. One the registered repositories in the piped configuration.
43
+
44
+
45
+
<aid="nestedatt--plugins"></a>
46
+
### Nested Schema for `plugins`
47
+
48
+
Read-Only:
49
+
50
+
-`deploy_targets` (List of String) The list of deploy targets that this plugin uses.
Copy file name to clipboardExpand all lines: docs/resources/application.md
+11-3Lines changed: 11 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,11 +21,12 @@ PipeCD application resource.
21
21
-`kind` (String) The kind of application.
22
22
-`name` (String) The application name.
23
23
-`piped_id` (String) The ID of piped that should handle this application.
24
-
-`platform_provider` (String) The platform provider name. One of the registered providers in the piped configuration. The previous name of this field is cloud-provider.
25
24
26
25
### Optional
27
26
28
27
-`description` (String) The description of the application.
28
+
-`platform_provider` (String, Deprecated) The platform provider name. One of the registered providers in the piped configuration. The previous name of this field is cloud-provider.
29
+
-`plugins` (Attributes List) The list of plugins that this application uses. (see [below for nested schema](#nestedatt--plugins))
29
30
30
31
### Read-Only
31
32
@@ -41,6 +42,13 @@ Required:
41
42
42
43
Optional:
43
44
44
-
-`branch` (String)
45
45
-`filename` (String) The configuration file name. (default "app.pipecd.yaml")
46
-
-`remote` (String)
46
+
47
+
48
+
<aid="nestedatt--plugins"></a>
49
+
### Nested Schema for `plugins`
50
+
51
+
Required:
52
+
53
+
-`deploy_targets` (List of String) The list of deploy targets that this plugin uses.
0 commit comments