Skip to content

Commit

Permalink
Merge pull request hashicorp#11 from danielstutzman/set-slug-computed
Browse files Browse the repository at this point in the history
Fix acceptance tests by making "slug" computed
  • Loading branch information
tombuildsstuff authored Dec 8, 2017
2 parents dbb3d7f + dd31337 commit afd7136
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bitbucket/resource_repository.go
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,7 @@ func resourceRepository() *schema.Resource {
"slug": &schema.Schema{
Type: schema.TypeString,
Optional: true,
Computed: true,
},
},
}
Expand Down

0 comments on commit afd7136

Please sign in to comment.