Skip to content

Commit

Permalink
fix(terraform): move CNAME
Browse files Browse the repository at this point in the history
  • Loading branch information
bcdady committed Feb 20, 2024
1 parent ba9de77 commit a96eb8c
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions import.tf
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import {
to = module.bryandady-com.cloudflare_zone.default[0]
id = "2bdbe38f19173f5293010e1c56c18cf5"

moved {
from = module.bryandady-com.cloudflare_record.default["www-CNAME-bcdady.pages.dev"]
to = module.bryandady-com.cloudflare_record.default["www-CNAME-bcdady-github-io.pages.dev"]
}

0 comments on commit a96eb8c

Please sign in to comment.