summaryrefslogtreecommitdiff
path: root/.github/ISSUE_TEMPLATE.md
blob: 558930d6c8e64b63d1485e2530b4a9fd4aa57a58 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
#  Version Reports:

### Distro  version of host:

``` openSUSE 42.2/ Centos7/ Ubuntu.. ```

### Terraform Version Report
(Provided by running `terraform -v`.)

### Libvirt version

```virsh --version```

### terraform-provider-libvirt plugin version (git-hash)

``` git log```
___
# Description of Issue/Question

### Setup
(Please provide the full **main.tf** file for reproducing the issue (Be sure to remove sensitive info)

### Steps to Reproduce Issue
(Include debug logs if possible and relevant.)

___
# Additional Infos:

Do you have SELinux or Apparmor/Firewall enabled? Some special configuration?
Have you tried to reproduce the issue without them enabled?