Merge pull request #31507 from hashicorp/brandonc/output_cloud_reads
`terraform output` should adhere to Terraform Cloud authorization
Showing
+480 -29
... | ... | @@ -40,7 +40,7 @@ require ( |
github.com/hashicorp/go-multierror v1.1.1 | ||
github.com/hashicorp/go-plugin v1.4.3 | ||
github.com/hashicorp/go-retryablehttp v0.7.1 | ||
github.com/hashicorp/go-tfe v1.5.0 | ||
github.com/hashicorp/go-tfe v1.6.0 | ||
github.com/hashicorp/go-uuid v1.0.3 | ||
github.com/hashicorp/go-version v1.6.0 | ||
github.com/hashicorp/hcl v0.0.0-20170504190234-a4b07c25de5f | ||
... | ... | @@ -177,7 +177,7 @@ require ( |
go.opencensus.io v0.23.0 // indirect | ||
golang.org/x/exp/typeparams v0.0.0-20220218215828-6cf2b201936e // indirect | ||
golang.org/x/lint v0.0.0-20210508222113-6edffad5e616 // indirect | ||
golang.org/x/time v0.0.0-20220224211638-0e9765cccd65 // indirect | ||
golang.org/x/time v0.0.0-20220722155302-e5dcc9cfc0b9 // indirect | ||
google.golang.org/appengine v1.6.7 // indirect | ||
google.golang.org/genproto v0.0.0-20210602131652-f16073e35f0c // indirect | ||
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect | ||
... | ... |
internal/cloud/state.go
0 → 100644
internal/cloud/state_test.go
0 → 100644
Please register or sign in to comment