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..c372ec4 100644 --- a/main.tf +++ b/main.tf @@ -11,10 +11,12 @@ locals { "cflan", "kustomize-cluster", "images", + "opencode-server-config", "shared-workflows", "terraform-libvirt-domain", "tfroot-aws", "tfroot-cloudflare", + "tfroot-gcp", "tfroot-github", "tfroot-libvirt", "www"