Skip to content

Commit

Permalink
Updated computed value for packages
Browse files Browse the repository at this point in the history
  • Loading branch information
jbristowe committed Feb 7, 2021
1 parent 1cc3b69 commit 0453b55
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions octopusdeploy/schema_package_reference.go
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ func flattenPackageReferences(packageReferences []octopusdeploy.PackageReference

func getPackageSchema(required bool) *schema.Schema {
return &schema.Schema{
Computed: !required,
Description: "The primary package for the action",
Elem: &schema.Resource{
Schema: map[string]*schema.Schema{
Expand Down

0 comments on commit 0453b55

Please sign in to comment.