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
* add example ([fc79676](https://github.com/fingerprintjs/terraform-fastly-vcl-fingerprint-proxy-integration/commit/fc7967654aa3a7b152aec5c3cd7e7d865ea90728))
21
+
* add trivy and tflint ([3048b90](https://github.com/fingerprintjs/terraform-fastly-vcl-fingerprint-proxy-integration/commit/3048b90e918dfb541cc7ef0ca08f3c1beacb2874))
Copy file name to clipboardExpand all lines: variables.tf
+7Lines changed: 7 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -81,6 +81,13 @@ variable "dictionary_name" {
81
81
}
82
82
}
83
83
84
+
variable"manage_fastly_dictionary_items" {
85
+
type=bool
86
+
default=false
87
+
nullable=false
88
+
description="Manage Fastly Dictionary items via terraform, see link: https://registry.terraform.io/providers/fastly/fastly/latest/docs/resources/service_dictionary_items#manage_items-1"
0 commit comments