mirror of
https://github.com/opentofu/opentofu.git
synced 2025-02-10 23:55:34 -06:00
backend/remote: use the correct test operation
This commit is contained in:
parent
4d9da13d85
commit
e08a7e979e
@ -290,7 +290,7 @@ func TestRemote_planNoConfig(t *testing.T) {
|
|||||||
func TestRemote_planNoChanges(t *testing.T) {
|
func TestRemote_planNoChanges(t *testing.T) {
|
||||||
b := testBackendDefault(t)
|
b := testBackendDefault(t)
|
||||||
|
|
||||||
op, configCleanup := testOperationApply(t, "./test-fixtures/plan-no-changes")
|
op, configCleanup := testOperationPlan(t, "./test-fixtures/plan-no-changes")
|
||||||
defer configCleanup()
|
defer configCleanup()
|
||||||
|
|
||||||
op.Workspace = backend.DefaultStateName
|
op.Workspace = backend.DefaultStateName
|
||||||
|
@ -18,11 +18,6 @@ To use this backend you need a Terraform Enterprise account on
|
|||||||
[app.terraform.io](https://app.terraform.io) or have a private instance of
|
[app.terraform.io](https://app.terraform.io) or have a private instance of
|
||||||
Terraform Enterprise (version v201809-1 or newer).
|
Terraform Enterprise (version v201809-1 or newer).
|
||||||
|
|
||||||
-> **Preview Release**: As of Terraform 0.11.8, the remote backend is a preview
|
|
||||||
release and we do not recommend using it with production workloads. Please
|
|
||||||
continue to use the existing [Terraform
|
|
||||||
Enterprise](terraform-enterprise.html) backend for production workspaces.
|
|
||||||
|
|
||||||
## Command Support
|
## Command Support
|
||||||
|
|
||||||
Currently the remote backend supports the following Terraform commands:
|
Currently the remote backend supports the following Terraform commands:
|
||||||
|
Loading…
Reference in New Issue
Block a user