Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Terraform does not show the resource details when running apply. #10337

Closed
chrisrlong opened this issue Nov 24, 2016 · 2 comments · Fixed by #10417
Closed

Terraform does not show the resource details when running apply. #10337

chrisrlong opened this issue Nov 24, 2016 · 2 comments · Fixed by #10417
Assignees

Comments

@chrisrlong
Copy link

Hi there,

Terraform Version

Terraform v0.8.0-rc1 (aac47ec) Windows AMD64 - (seems to work on linux build)

Expected Behavior

When terraform apply starts creating a resource it should output the plan for that resource:

module.x_instance.mod: Creating...
  ami:                                       "" => "ami-ff0e758c"
  associate_public_ip_address:               "" => "<computed>"
  availability_zone:                         "" => "eu-west-1a"
  ebs_block_device.#:                        "" => "<computed>"
  ephemeral_block_device.#:                  "" => "<computed>"
  iam_instance_profile:                      "" => "x_role"
  instance_state:                            "" => "<computed>"
  instance_type:                             "" => "t2.micro"
  key_name:                                  "" => "terraform"

Actual Behavior

I get blank lines, or more accurately it seems the plan details are output as black text on black background:

module.x_instance.mod: Creating...








module.x_instance.mod: Still creating... (10s elapsed)
module.x_instance.mod: Still creating... (20s elapsed)

Steps to Reproduce

Please list the steps required to reproduce the issue, for example:

  1. terraform apply
@mitchellh mitchellh self-assigned this Nov 29, 2016
mitchellh added a commit that referenced this issue Nov 29, 2016
Fixes #10337

The `reset_bold` escape code (21) causes the text on Windows command
prompts to just become invisible. `reset` does the same job for us in
this scenario so do that.
@mitchellh
Copy link
Contributor

Got the fix in a PR!

gusmat pushed a commit to gusmat/terraform that referenced this issue Dec 6, 2016
Fixes hashicorp#10337

The `reset_bold` escape code (21) causes the text on Windows command
prompts to just become invisible. `reset` does the same job for us in
this scenario so do that.
@ghost
Copy link

ghost commented Apr 19, 2020

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 ghost locked and limited conversation to collaborators Apr 19, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants