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
Always validate VCL services after applying changes. (#942)
In PR #733 the validation logic was changed to only attempt validation
of services if they would also be activated, in order to avoid failing
validation of Compute services which do not have WASM packages
attached to them. Unfortunately this breaks customer workflows for VCL
services, as they no longer get feedback about validation failures
until they attempt to activate the service outside of Terraform.
This patch changes the logic so that VCL services are always
validated, even if they will not be activated or staged.
Copy file name to clipboardExpand all lines: CHANGELOG.md
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -7,6 +7,8 @@ ENHANCEMENTS:
7
7
8
8
BUG FIXES:
9
9
10
+
- fix(fastly_vcl_service): Always 'validate' services after applying changes.
11
+
10
12
DEPENDENCIES:
11
13
12
14
- build(deps): `github.com/hashicorp/terraform-plugin-docs` from 0.19.4 to 0.21.0 ([#937](https://github.com/fastly/terraform-provider-fastly/pull/937))
0 commit comments