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"