File tree Expand file tree Collapse file tree 2 files changed +0
-5
lines changed Expand file tree Collapse file tree 2 files changed +0
-5
lines changed Original file line number Diff line number Diff 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 }
Original file line number Diff line number Diff 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" ,
You can’t perform that action at this time.
0 commit comments