You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/ISSUE_TEMPLATE/bug-report.md
+11-7Lines changed: 11 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,14 +13,18 @@ Thank you for opening an issue. Please note that we try to keep the Terraform is
13
13
--->
14
14
15
15
16
-
### Terraform Versionand Provider Version
16
+
### Terraform Version, Provider Version and Kubernetes Version
17
17
<!--- Run `terraform -v` to show the version. If you are not running the latest version of Terraform, please upgrade because your issue may have already been fixed. --->
18
+
```
19
+
Terraform version:
20
+
Kubernetes provider version:
21
+
Kubernetes version:
22
+
```
18
23
19
24
### Affected Resource(s)
20
25
<!-- Please list the resources as a list, for example:
21
26
- opc_instance
22
27
- opc_storage_volume
23
-
24
28
If this issue appears to affect multiple resources, it may be an issue with Terraform's core, so please mention this. -->
25
29
26
30
### Terraform Configuration Files
@@ -36,16 +40,16 @@ If this issue appears to affect multiple resources, it may be an issue with Terr
36
40
### Panic Output
37
41
<!--If Terraform produced a panic, please provide a link to a GitHub Gist containing the output of the `crash.log`.-->
38
42
43
+
### Steps to Reproduce
44
+
<!-- Please list the steps required to reproduce the issue, for example:
45
+
1. `terraform apply` -->
46
+
39
47
### Expected Behavior
40
48
What should have happened?
41
49
42
50
### Actual Behavior
43
51
What actually happened?
44
52
45
-
### Steps to Reproduce
46
-
<!-- Please list the steps required to reproduce the issue, for example:
47
-
1. `terraform apply` -->
48
-
49
53
### Important Factoids
50
54
<!-- Are there anything atypical about your accounts that we should know? For example: Running in EC2 Classic? Custom version of OpenStack? Tight ACLs?-->
51
55
@@ -56,4 +60,4 @@ What actually happened?
56
60
### Community Note
57
61
<!--- Please keep this note for the community --->
58
62
* Please vote on this issue by adding a 👍 [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) to the original issue to help the community and maintainers prioritize this request
59
-
* If you are interested in working on this issue or have submitted a pull request, please leave a comment
63
+
* If you are interested in working on this issue or have submitted a pull request, please leave a comment
Hi, please provide as much information as possible when asking your question.
11
+
Please understand that we make a best effort attempt to address questions, but our focus is on provider development. It's still valuable to ask your question because you may receive help from the community, and help us understand common asks.
12
+
If you prefer, you can also ask your question in the Kubernetes community Slack channel [#terraform-providers](https://kubernetes.slack.com/messages/CJY6ATQH4). ([Sign up here](http://slack.k8s.io/))
13
+
-->
14
+
15
+
## Terraform version, Kubernetes provider version and Kubernetes version
0 commit comments