You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Following a terraform apply with remote state configured, a label for State Path is displayed, but no path is displayed:
// Output omitted
Apply Complete! Resources: 4 added, 0 changed, 0 destroyed.
The state of your infrastructure has been saved to the path
below. This state is required to modify and destroy your
infrastructure, so keep it safe. To inspect the complete state
use the `terraform show` command.
State path:
This should likely be shown as "remote" (minimally) or preferably a string representation of the configured remote state path (e.g. Manta (Account: jen20, Path: states/dns))
The text was updated successfully, but these errors were encountered:
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues.
If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.
ghost
locked and limited conversation to collaborators
Apr 14, 2020
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Version: Terraform commit c68675b
Operating System: OSX 10.12.3
Following a
terraform apply
with remote state configured, a label forState Path
is displayed, but no path is displayed:This should likely be shown as "remote" (minimally) or preferably a string representation of the configured remote state path (e.g.
Manta (Account: jen20, Path: states/dns)
)The text was updated successfully, but these errors were encountered: