diff --git a/terraform/terraform_test.go b/terraform/terraform_test.go index 6e9ce637a0..df1bc4749f 100644 --- a/terraform/terraform_test.go +++ b/terraform/terraform_test.go @@ -1021,9 +1021,11 @@ CREATE: aws_instance.bar foo: "" => "" type: "" => "aws_instance" CREATE: aws_instance.foo - foo: "" => "" - num: "" => "2" - type: "" => "aws_instance" + compute: "" => "foo" + compute_value: "" => "" + foo: "" => "" + num: "" => "2" + type: "" => "aws_instance" STATE: @@ -1069,11 +1071,15 @@ CREATE: aws_instance.bar foo: "" => "" type: "" => "aws_instance" CREATE: aws_instance.foo.0 - ip.#: "" => "" - type: "" => "aws_instance" + compute: "" => "ip.#" + compute_value: "" => "" + ip.#: "" => "" + type: "" => "aws_instance" CREATE: aws_instance.foo.1 - ip.#: "" => "" - type: "" => "aws_instance" + compute: "" => "ip.#" + compute_value: "" => "" + ip.#: "" => "" + type: "" => "aws_instance" STATE: @@ -1431,8 +1437,10 @@ const testTerraformPlanModuleInputComputedStr = ` DIFF: CREATE: aws_instance.bar - foo: "" => "" - type: "" => "aws_instance" + compute: "" => "foo" + compute_value: "" => "" + foo: "" => "" + type: "" => "aws_instance" module.child: CREATE: aws_instance.foo @@ -1539,8 +1547,10 @@ CREATE: aws_instance.bar module.child: CREATE: aws_instance.foo - foo: "" => "" - type: "" => "aws_instance" + compute: "" => "foo" + compute_value: "" => "" + foo: "" => "" + type: "" => "aws_instance" STATE: