Commit fab2390 1 parent bfc5121 commit fab2390 Copy full SHA for fab2390
File tree 4 files changed +303
-302
lines changed
4 files changed +303
-302
lines changed Original file line number Diff line number Diff line change @@ -34,11 +34,11 @@ resource "aws_cloudwatch_log_group" "tarmo_tileserver" {
34
34
tags = local. default_tags
35
35
}
36
36
37
- resource "aws_cloudwatch_log_group" "tarmo_tilecache" {
38
- name = " /aws/ecs/${ aws_ecs_task_definition . tileserv_cache . family } "
39
- retention_in_days = 30
40
- tags = local. default_tags
41
- }
37
+ # resource "aws_cloudwatch_log_group" "tarmo_tilecache" {
38
+ # name = "/aws/ecs/${aws_ecs_task_definition.tileserv_cache.family}"
39
+ # retention_in_days = 30
40
+ # tags = local.default_tags
41
+ # }
42
42
43
43
resource "aws_cloudwatch_event_rule" "lambda_lipas" {
44
44
name = " ${ var . prefix } -lambda-lipas-update"
Original file line number Diff line number Diff line change @@ -71,31 +71,31 @@ resource "aws_route53_record" "tileserver" {
71
71
ttl = " 60"
72
72
}
73
73
74
- resource "aws_route53_record" "tilecache" {
75
- count = 1
76
-
77
- zone_id = data. aws_route53_zone . zone [0 ]. id
78
- name = local. tile_cache_dns_alias
79
- type = " CNAME"
80
-
81
- records = [
82
- aws_lb . tileserver . dns_name
83
- ]
84
- ttl = " 60"
85
- }
86
-
87
- resource "aws_route53_record" "mmlcache" {
88
- count = 1
89
-
90
- zone_id = data. aws_route53_zone . zone [0 ]. id
91
- name = local. mml_cache_dns_alias
92
- type = " CNAME"
93
-
94
- records = [
95
- aws_lb . tileserver . dns_name
96
- ]
97
- ttl = " 60"
98
- }
74
+ # resource "aws_route53_record" "tilecache" {
75
+ # count = 1
76
+
77
+ # zone_id = data.aws_route53_zone.zone[0].id
78
+ # name = local.tile_cache_dns_alias
79
+ # type = "CNAME"
80
+
81
+ # records = [
82
+ # aws_lb.tileserver.dns_name
83
+ # ]
84
+ # ttl = "60"
85
+ # }
86
+
87
+ # resource "aws_route53_record" "mmlcache" {
88
+ # count = 1
89
+
90
+ # zone_id = data.aws_route53_zone.zone[0].id
91
+ # name = local.mml_cache_dns_alias
92
+ # type = "CNAME"
93
+
94
+ # records = [
95
+ # aws_lb.tileserver.dns_name
96
+ # ]
97
+ # ttl = "60"
98
+ # }
99
99
100
100
resource "aws_route53_record" "tileserver_validation" {
101
101
You can’t perform that action at this time.
0 commit comments