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
EXPECTED:
output does not have color
ACTUAL:
output has color (Notice '[0m, [32m')
c:\vagrantWorkspace\centos6.5\terraformTest>terraform plan -no-color
Refreshing Terraform state prior to plan...
The Terraform execution plan has been generated and is shown below.
Resources are shown in alphabetical order for quick scanning. Green resources
will be created (or destroyed and then created if an existing resource
exists), yellow resources are being changed in-place, and red resources
will be destroyed.
Note: You didn't specify an "-out" parameter to save this plan, so when
"apply" is called, Terraform can't guarantee this is what will execute.
←[32m+ aws_instance.example
←[0m ami: "" => "ami-408c7f28"
availability_zone: "" => "<computed>"
instance_type: "" => "t1.micro"
key_name: "" => "<computed>"
private_dns: "" => "<computed>"
private_ip: "" => "<computed>"
public_dns: "" => "<computed>"
public_ip: "" => "<computed>"
security_groups.#: "" => "<computed>"
subnet_id: "" => "<computed>"
←[0m
←[0m
Tried this both on win 8 and centos 6.5. Problem reproducible on both platforms.
The text was updated successfully, but these errors were encountered:
To reproduce:
0) Install terraform v0.2.0 (add to path)
terraform plan -no-color
EXPECTED:
output does not have color
ACTUAL:
output has color (Notice '[0m, [32m')
Tried this both on win 8 and centos 6.5. Problem reproducible on both platforms.
The text was updated successfully, but these errors were encountered: