We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 52f160c + 7af2ce6 commit 19c3896Copy full SHA for 19c3896
main.tf
@@ -61,7 +61,7 @@ resource "fastly_service_vcl" "fingerprint_integration" {
61
resource "fastly_service_dictionary_items" "fingerprint_integration_dictionary_items" {
62
service_id = fastly_service_vcl.fingerprint_integration.id
63
dictionary_id = local.selected_dictionary.dictionary_id
64
- manage_entries = var.manage_fastly_dictionary_items
+ manage_items = var.manage_fastly_dictionary_items
65
items = {
66
PROXY_SECRET : var.proxy_secret,
67
INTEGRATION_PATH : var.integration_path,
0 commit comments