Skip to content

Commit 5650823

Browse files
committed
feat: removing unused libvirt repo
1 parent 560efcd commit 5650823

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

main.tf

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ locals {
1313
"kustomize-cluster",
1414
"images",
1515
"shared-workflows",
16-
"terraform-libvirt-infra",
1716
"terraform-libvirt-domain",
1817
"tfroot-aws",
1918
"tfroot-cloudflare",
@@ -130,7 +129,6 @@ locals {
130129
"tfroot-aws",
131130
"tfroot-cloudflare",
132131
"tfroot-github",
133-
"terraform-libvirt-infra",
134132
"tfroot-libvirt"
135133
]
136134
}
@@ -139,7 +137,6 @@ locals {
139137
value = data.sops_file.secret_vars.data["ssh_private_key"]
140138
repositories = [
141139
"ansible-site-cluster",
142-
"terraform-libvirt-infra",
143140
"tfroot-libvirt"
144141
]
145142
}
@@ -148,7 +145,6 @@ locals {
148145
value = data.sops_file.secret_vars.data["ssh_known_hosts"]
149146
repositories = [
150147
"ansible-site-cluster",
151-
"terraform-libvirt-infra",
152148
"tfroot-libvirt"
153149
]
154150
}

0 commit comments

Comments
 (0)