Skip to content

Commit

Permalink
add back fastly_service_vcl_active_version (#169)
Browse files Browse the repository at this point in the history
  • Loading branch information
shawnps authored May 11, 2023
1 parent a6d6949 commit 461e67a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/resources/edge_deployment_service_backend.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ description: |-

### Required

- `fastly_service_vcl_active_version` (Number) Currently active version of the VCL service. Required to run to sync the VCL services origins to the NGWAF service
- `fastly_sid` (String) Fastly service ID
- `site_short_name` (String) Site short name

Expand Down
5 changes: 5 additions & 0 deletions provider/resource_edge_deployment_service_update_backend.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,11 @@ func resourceEdgeDeploymentServiceBackend() *schema.Resource {
Description: "Fastly service ID",
Required: true,
},
"fastly_service_vcl_active_version": {
Type: schema.TypeInt,
Description: "Currently active version of the VCL service. Required to run to sync the VCL services origins to the NGWAF service",
Required: true,
},
},
}
}
Expand Down

0 comments on commit 461e67a

Please sign in to comment.