Skip to content

Commit f0880d1

Browse files
committed
Remove state rm command
This was required to allow Terraform to create a new route53 record to address a bug with a deposed resource.
1 parent c5d8f62 commit f0880d1

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

buildspec.yml

-2
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,5 @@ phases:
4343
- terraform init -no-color --backend-config="key=terraform.$ENV.state"
4444
- terraform workspace new $ENV || true
4545
- terraform workspace select $ENV
46-
- terraform state rm 'module.admin.aws_route53_record.admin_lb'
47-
- terraform state rm 'module.admin.aws_route53_record.admin_lb_verification'
4846
- terraform apply --auto-approve -no-color
4947
- ./scripts/publish_terraform_outputs

0 commit comments

Comments
 (0)