-
Notifications
You must be signed in to change notification settings - Fork 10k
Closed
Labels
confirmeda Terraform Core team member has reproduced this issuea Terraform Core team member has reproduced this issueupstream
Description
Terraform Version
Terraform v0.13.0-dev
Built from 0b38ab3
Terraform Configuration Files
terraform {
required_version = ">= 0.12"
}
data "terraform_remote_state" "random" {
backend = "remote"
config = {
organization = "alisdair-v2"
workspaces = {
name = "terraform-random"
}
}
}
output ids {
value = data.terraform_remote_state.random.outputs.random
}
Debug Output
https://gist.github.com/alisdair/7c02fc9340d4686e8797d9a2b8fec777#file-output-log
Crash Output
https://gist.github.com/alisdair/7c02fc9340d4686e8797d9a2b8fec777#file-crash-log
Expected Behavior
Apply succeeds and displays outputs from Terraform Cloud workspace.
Actual Behavior
Crash.
Steps to Reproduce
terraform init
terraform apply
Additional Context
References
I found this while trying to reproduce #25148.
alexjurkiewiczjeffwecan
Metadata
Metadata
Assignees
Labels
confirmeda Terraform Core team member has reproduced this issuea Terraform Core team member has reproduced this issueupstream