Skip to content

Commit 19c3896

Browse files
Merge pull request #5 from fingerprintjs/fix/manage-entries
fix: change manage_items as manage_entries
2 parents 52f160c + 7af2ce6 commit 19c3896

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ resource "fastly_service_vcl" "fingerprint_integration" {
6161
resource "fastly_service_dictionary_items" "fingerprint_integration_dictionary_items" {
6262
service_id = fastly_service_vcl.fingerprint_integration.id
6363
dictionary_id = local.selected_dictionary.dictionary_id
64-
manage_entries = var.manage_fastly_dictionary_items
64+
manage_items = var.manage_fastly_dictionary_items
6565
items = {
6666
PROXY_SECRET : var.proxy_secret,
6767
INTEGRATION_PATH : var.integration_path,

0 commit comments

Comments
 (0)