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
7171github.com/hashicorp/go-retryablehttp v0.7.5 /go.mod h1:Jy/gPYAdjqffZ/yFGCFV2doI5wjtH1ewM9u8iYVjtX8 =
7272github.com/hashicorp/go-slug v0.14.0 h1:/aZdUDjR74TSlsQp3hA9nqhCQkQHAUr2jjtuUfWqI9E =
7373github.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 =
7674github.com/hashicorp/go-tfe v1.46.0 h1:IlFh96QoC9wYag8LR7J9g0iEILWPpZ+BTqTzABvBax8 =
7775github.com/hashicorp/go-tfe v1.46.0 /go.mod h1:GRvhVp0mlNK/msPAvdeubWnV57avNoCmeaetcmvUyHY =
7876github.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 {
114114
115115 "agent_pool_id" : {
116116 Type : schema .TypeString ,
117- ForceNew : true ,
117+ Optional : true ,
118+ Computed : true ,
118119 },
119120 },
120121 }
You can’t perform that action at this time.
0 commit comments