diff --git a/fastly/block_fastly_service_package.go b/fastly/block_fastly_service_package.go index 69d38480a..ff3baca51 100644 --- a/fastly/block_fastly_service_package.go +++ b/fastly/block_fastly_service_package.go @@ -51,7 +51,6 @@ func (h *PackageServiceAttributeHandler) Register(s *schema.Resource) error { Optional: true, Computed: true, Description: "Used to trigger updates. Must be set to a SHA512 hash of all files (in sorted order) within the package. The usual way to set this is using the fastly_package_hash data source.", - ConflictsWith: []string{"package.0.content"}, }, }, },