File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
octopusdeploy_framework/schemas Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ This resource manages step_templates in Octopus Deploy.
42
42
Required:
43
43
44
44
- ` feed_id ` (String) ID of the feed.
45
- - ` name ` (String) The name of this resource .
45
+ - ` name ` (String) Package name.
46
46
- ` properties ` (Attributes) Properties for the package. (see [ below for nested schema] ( #nestedatt--packages--properties ) )
47
47
48
48
Optional:
Original file line number Diff line number Diff line change @@ -205,12 +205,12 @@ func GetStepTemplatePackageResourceSchema() rs.ListNestedAttribute {
205
205
Computed : true ,
206
206
},
207
207
"feed_id" : util .ResourceString ().
208
- Description ("ID of the feed (can be empty for deferred package) ." ).
208
+ Description ("ID of the feed." ).
209
209
Required ().
210
210
Build (),
211
211
"id" : GetIdResourceSchema (),
212
212
"name" : util .ResourceString ().
213
- Description ("Package name (can be empty for deferred package) ." ).
213
+ Description ("Package name." ).
214
214
Required ().
215
215
Build (),
216
216
"package_id" : util .ResourceString ().
You can’t perform that action at this time.
0 commit comments