File tree Expand file tree Collapse file tree 2 files changed +2
-6
lines changed Expand file tree Collapse file tree 2 files changed +2
-6
lines changed Original file line number Diff line number Diff line change 12
12
| ------| ---------|
13
13
| <a name =" provider_libvirt " ></a > [ libvirt] ( #provider\_ libvirt ) | 0.7.6 |
14
14
| <a name =" provider_sops " ></a > [ sops] ( #provider\_ sops ) | n/a |
15
- | <a name =" provider_ssh " ></a > [ ssh] ( #provider\_ ssh ) | n/a |
16
15
17
16
## Modules
18
17
@@ -22,11 +21,8 @@ No modules.
22
21
23
22
| Name | Type |
24
23
| ------| ------|
25
- | [ libvirt_domain.runner] ( https://registry.terraform.io/providers/dmacvicar/libvirt/0.7.6/docs/resources/domain ) | resource |
26
24
| [ 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 |
28
25
| [ 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 |
30
26
| [ sops_file.secret_vars] ( https://registry.terraform.io/providers/carlpett/sops/latest/docs/data-sources/file ) | data source |
31
27
32
28
## Inputs
Original file line number Diff line number Diff line change 1
- resource "libvirt_volume" "runner" {
1
+ /* resource "libvirt_volume" "runner" {
2
2
name = "runner.qcow2"
3
3
base_volume_id = libvirt_volume.template-server.id
4
4
}
@@ -56,5 +56,5 @@ resource "ssh_resource" "runner" {
56
56
"sudo reboot"
57
57
]
58
58
depends_on = [libvirt_domain.runner]
59
- }
59
+ }*/
60
60
You can’t perform that action at this time.
0 commit comments