opentofu/terraform/test-fixtures/apply-provider-warning/main.tf
Paul Hinze 5ebbda3334 core: fix crash on provider warning
When a provider validation only returns a warning, we were cutting the
evaltree short by returning an error. This is fine during a
`walkValidate` but was causing trouble during `walkPlan` and
`walkApply`.

fixes #2870
2015-07-28 17:13:14 -05:00

2 lines
33 B
HCL

resource "aws_instance" "foo" {}