Skip to content

Commit

Permalink
Updated computed value for tenant tags
Browse files Browse the repository at this point in the history
  • Loading branch information
jbristowe committed Feb 7, 2021
1 parent 0453b55 commit de0cbfd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions octopusdeploy/schema_utilities.go
Original file line number Diff line number Diff line change
Expand Up @@ -357,6 +357,7 @@ func getTenantsSchema() *schema.Schema {

func getTenantTagsSchema() *schema.Schema {
return &schema.Schema{
Computed: true,
Description: "A list of tenant tags associated with this resource.",
Elem: &schema.Schema{Type: schema.TypeString},
Optional: true,
Expand Down

0 comments on commit de0cbfd

Please sign in to comment.