File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -71,8 +71,6 @@ github.com/hashicorp/go-retryablehttp v0.7.5 h1:bJj+Pj19UZMIweq/iie+1u5YCdGrnxCT
71
71
github.com/hashicorp/go-retryablehttp v0.7.5 /go.mod h1:Jy/gPYAdjqffZ/yFGCFV2doI5wjtH1ewM9u8iYVjtX8 =
72
72
github.com/hashicorp/go-slug v0.14.0 h1:/aZdUDjR74TSlsQp3hA9nqhCQkQHAUr2jjtuUfWqI9E =
73
73
github.com/hashicorp/go-slug v0.14.0 /go.mod h1:THWVTAXwJEinbsp4/bBRcmbaO5EYNLTqxbG4tZ3gCYQ =
74
- github.com/hashicorp/go-tfe v1.45.0 h1:WCiQWUV7n1Fq/pKA9C3rhcSmUtSPTYBtE1kIJ9U0NSU =
75
- github.com/hashicorp/go-tfe v1.45.0 /go.mod h1:GRvhVp0mlNK/msPAvdeubWnV57avNoCmeaetcmvUyHY =
76
74
github.com/hashicorp/go-tfe v1.46.0 h1:IlFh96QoC9wYag8LR7J9g0iEILWPpZ+BTqTzABvBax8 =
77
75
github.com/hashicorp/go-tfe v1.46.0 /go.mod h1:GRvhVp0mlNK/msPAvdeubWnV57avNoCmeaetcmvUyHY =
78
76
github.com/hashicorp/go-uuid v1.0.0 /go.mod h1:6SBZvOh/SIDV7/2o3Jml5SYk/TvGqwFJ/bN7x4byOro =
Original file line number Diff line number Diff line change @@ -114,7 +114,8 @@ func resourceTFEOAuthClient() *schema.Resource {
114
114
115
115
"agent_pool_id" : {
116
116
Type : schema .TypeString ,
117
- ForceNew : true ,
117
+ Optional : true ,
118
+ Computed : true ,
118
119
},
119
120
},
120
121
}
You can’t perform that action at this time.
0 commit comments