From cc22f06d1019d67b6557398058063f9289cbf599 Mon Sep 17 00:00:00 2001 From: xnoto Date: Tue, 25 Aug 2026 17:32:25 -0600 Subject: [PATCH] chore: import tfroot-gcp repository --- imports.tf | 4 ++++ main.tf | 1 + 2 files changed, 5 insertions(+) create mode 100644 imports.tf diff --git a/imports.tf b/imports.tf new file mode 100644 index 0000000..c097c66 --- /dev/null +++ b/imports.tf @@ -0,0 +1,4 @@ +import { + to = github_repository.repositories["tfroot-gcp"] + id = "tfroot-gcp" +} diff --git a/main.tf b/main.tf index 9aacda9..5ec15ec 100644 --- a/main.tf +++ b/main.tf @@ -15,6 +15,7 @@ locals { "terraform-libvirt-domain", "tfroot-aws", "tfroot-cloudflare", + "tfroot-gcp", "tfroot-github", "tfroot-libvirt", "www"