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
Copy file name to clipboardexpand all lines: infrastructure/terraform/components/cdn/variables.tf
+6
Original file line number
Diff line number
Diff line change
@@ -63,6 +63,12 @@ variable "log_level" {
63
63
default="INFO"
64
64
}
65
65
66
+
variable"enable_github_actions_ip_access" {
67
+
type=bool
68
+
description="Should the Github actions runner IP addresses be permitted access to this distribution. This should not be enabled in production environments"
69
+
default=false
70
+
}
71
+
66
72
variable"log_retention_in_days" {
67
73
type=number
68
74
description="The retention period in days for the Cloudwatch Logs events to be retained, default of 0 is indefinite"
0 commit comments