File tree Expand file tree Collapse file tree 1 file changed +0
-16
lines changed Expand file tree Collapse file tree 1 file changed +0
-16
lines changed Original file line number Diff line number Diff line change @@ -11,22 +11,6 @@ import (
1111 "github.com/hashicorp/terraform-plugin-sdk/v2/helper/schema"
1212)
1313
14- // // DeploymentVariable structure for handling key info
15- // type DeploymentVariable struct {
16- // Key string `json:"key"`
17- // Value string `json:"value"`
18- // UUID string `json:"uuid,omitempty"`
19- // Secured bool `json:"secured"`
20- // }
21-
22- // PaginatedReviewers is a paginated list that the bitbucket api returns
23- // type PaginatedDeploymentVariables struct {
24- // Values []bitbucket.DeploymentVariable `json:"values,omitempty"`
25- // Page int `json:"page,omitempty"`
26- // Size int `json:"size,omitempty"`
27- // Next string `json:"next,omitempty"`
28- // }
29-
3014func resourceDeploymentVariable () * schema.Resource {
3115 return & schema.Resource {
3216 Create : resourceDeploymentVariableCreate ,
You can’t perform that action at this time.
0 commit comments