Skip to content
This repository was archived by the owner on Sep 23, 2024. It is now read-only.

Commit a1d64ac

Browse files
authored
Update main.tf
1 parent 6207dc1 commit a1d64ac

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

terraform/core/main.tf

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -200,19 +200,6 @@ resource "google_app_engine_standard_app_version" "fmltc-app-v1" {
200200
}
201201
}
202202

203-
handlers {
204-
auth_fail_action = "AUTH_FAIL_ACTION_REDIRECT"
205-
login = "LOGIN_OPTIONAL"
206-
security_level = "SECURE_OPTIONAL"
207-
url_regex = "/(.*\\.ico)"
208-
static_files {
209-
path = "static/\\1"
210-
mime_type = "image/x-icon"
211-
upload_path_regex = "static/(.*\\.ico)"
212-
expiration = "0s"
213-
}
214-
}
215-
216203
handlers {
217204
auth_fail_action = "AUTH_FAIL_ACTION_REDIRECT"
218205
login = "LOGIN_OPTIONAL"

0 commit comments

Comments
 (0)