Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: remove the moved blocks that are no longer needed #845

Merged
merged 1 commit into from
Sep 23, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
64 changes: 0 additions & 64 deletions aws/alarms/moved.tf

This file was deleted.

19 changes: 0 additions & 19 deletions aws/ecr/moved.tf

This file was deleted.

5 changes: 0 additions & 5 deletions aws/load_balancer/certificates.tf
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,3 @@ resource "aws_acm_certificate_validation" "forms_api" {
certificate_arn = aws_acm_certificate.forms_api.arn
validation_record_fqdns = [for record in aws_route53_record.forms_api_certificate_validation : record.fqdn]
}

moved {
from = aws_acm_certificate_validation.form_api
to = aws_acm_certificate_validation.forms_api
}
15 changes: 0 additions & 15 deletions aws/load_balancer/lb.tf
Original file line number Diff line number Diff line change
Expand Up @@ -95,11 +95,6 @@ resource "aws_lb_target_group" "forms_api" {
}
}

moved {
from = aws_lb_target_group.form_api
to = aws_lb_target_group.forms_api
}

resource "aws_lb_listener" "form_viewer_https" {
depends_on = [
aws_acm_certificate.form_viewer
Expand Down Expand Up @@ -128,11 +123,6 @@ resource "aws_lb_listener_certificate" "forms_api_https" {
certificate_arn = aws_acm_certificate_validation.forms_api.certificate_arn
}

moved {
from = aws_lb_listener_certificate.form_api_https
to = aws_lb_listener_certificate.forms_api_https
}

resource "aws_lb_listener" "form_viewer_http" {
load_balancer_arn = aws_lb.form_viewer.arn
port = "80"
Expand Down Expand Up @@ -170,8 +160,3 @@ resource "aws_alb_listener_rule" "forms_api" {
}
}
}

moved {
from = aws_alb_listener_rule.form_api
to = aws_alb_listener_rule.forms_api
}
29 changes: 0 additions & 29 deletions aws/load_balancer/moved.tf

This file was deleted.

11 changes: 0 additions & 11 deletions aws/load_balancer/route53.tf
Original file line number Diff line number Diff line change
Expand Up @@ -53,12 +53,6 @@ resource "aws_route53_record" "forms_api" {
}
}

moved {
from = aws_route53_record.form_api
to = aws_route53_record.forms_api
}


#
# Certificate validation
#
Expand Down Expand Up @@ -125,8 +119,3 @@ resource "aws_route53_record" "forms_api_certificate_validation" {
type = each.value.type
zone_id = var.hosted_zone_ids[0]
}

moved {
from = aws_route53_record.form_api_certificate_validation
to = aws_route53_record.forms_api_certificate_validation
}
124 changes: 0 additions & 124 deletions aws/network/moved.tf

This file was deleted.