Skip to content

Commit

Permalink
Set space_id as optional
Browse files Browse the repository at this point in the history
  • Loading branch information
jbristowe committed Nov 17, 2020
1 parent 46235f8 commit 202af9f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions octopusdeploy/schema_token_account.go
Expand Up @@ -64,6 +64,7 @@ func getTokenAccountSchema() map[string]*schema.Schema {
},
"space_id": {
Computed: true,
Optional: true,
Type: schema.TypeString,
},
"tenanted_deployment_participation": getTenantedDeploymentSchema(),
Expand Down

0 comments on commit 202af9f

Please sign in to comment.