Skip to content

Commit 3a63596

Browse files
authored
Removing libvirt repo (#2)
1 parent 2831bf0 commit 3a63596

File tree

2 files changed

+0
-5
lines changed

2 files changed

+0
-5
lines changed

main.tf

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,6 @@ locals {
9494
value = data.sops_file.secret_vars.data["openshift_token"]
9595
repositories = [
9696
"cluster",
97-
"libvirt",
9897
"terraform-github-repos",
9998
"terraform-runner"
10099
]
@@ -104,7 +103,6 @@ locals {
104103
value = data.sops_file.secret_vars.data["sops_age_key"]
105104
repositories = [
106105
"cluster",
107-
"libvirt",
108106
"terraform-github-repos",
109107
"terraform-libvirt-infra"
110108
]
@@ -114,7 +112,6 @@ locals {
114112
value = data.sops_file.secret_vars.data["ssh_private_key"]
115113
repositories = [
116114
"cluster",
117-
"libvirt",
118115
"terraform-libvirt-infra"
119116
]
120117
}
@@ -123,7 +120,6 @@ locals {
123120
value = data.sops_file.secret_vars.data["ssh_known_hosts"]
124121
repositories = [
125122
"cluster",
126-
"libvirt",
127123
"terraform-libvirt-infra"
128124
]
129125
}

terraform.tfvars

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ github_repositories = [
44
"ansible-ksops",
55
"cflan",
66
"cluster",
7-
"libvirt",
87
"onion",
98
"terraform-github-repos",
109
"terraform-libvirt-infra",

0 commit comments

Comments
 (0)