Skip to content

Commit 7db9440

Browse files
committed
Removing runner
1 parent a09187d commit 7db9440

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

README.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
|------|---------|
1313
| <a name="provider_libvirt"></a> [libvirt](#provider\_libvirt) | 0.7.6 |
1414
| <a name="provider_sops"></a> [sops](#provider\_sops) | n/a |
15-
| <a name="provider_ssh"></a> [ssh](#provider\_ssh) | n/a |
1615

1716
## Modules
1817

@@ -22,11 +21,8 @@ No modules.
2221

2322
| Name | Type |
2423
|------|------|
25-
| [libvirt_domain.runner](https://registry.terraform.io/providers/dmacvicar/libvirt/0.7.6/docs/resources/domain) | resource |
2624
| [libvirt_domain.template-server](https://registry.terraform.io/providers/dmacvicar/libvirt/0.7.6/docs/resources/domain) | resource |
27-
| [libvirt_volume.runner](https://registry.terraform.io/providers/dmacvicar/libvirt/0.7.6/docs/resources/volume) | resource |
2825
| [libvirt_volume.template-server](https://registry.terraform.io/providers/dmacvicar/libvirt/0.7.6/docs/resources/volume) | resource |
29-
| [ssh_resource.runner](https://registry.terraform.io/providers/loafoe/ssh/latest/docs/resources/resource) | resource |
3026
| [sops_file.secret_vars](https://registry.terraform.io/providers/carlpett/sops/latest/docs/data-sources/file) | data source |
3127

3228
## Inputs

runner.tf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
resource "libvirt_volume" "runner" {
1+
/*resource "libvirt_volume" "runner" {
22
name = "runner.qcow2"
33
base_volume_id = libvirt_volume.template-server.id
44
}
@@ -56,5 +56,5 @@ resource "ssh_resource" "runner" {
5656
"sudo reboot"
5757
]
5858
depends_on = [libvirt_domain.runner]
59-
}
59+
}*/
6060

0 commit comments

Comments
 (0)