From a776adce352c9fef3ab715d79c44970ca789ad50 Mon Sep 17 00:00:00 2001 From: Dana Hoffman Date: Tue, 3 Oct 2017 10:50:29 -0700 Subject: [PATCH] Update example resources in resource template (#463) It feels weird to have opc as an example if the issue is something in the google provider --- .github/ISSUE_TEMPLATE.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md index 8066d3921e4..f5c12e6355a 100644 --- a/.github/ISSUE_TEMPLATE.md +++ b/.github/ISSUE_TEMPLATE.md @@ -7,8 +7,8 @@ Run `terraform -v` to show the version. If you are not running the latest versio ### Affected Resource(s) Please list the resources as a list, for example: -- opc_instance -- opc_storage_volume +- google_compute_instance +- google_storage_bucket If this issue appears to affect multiple resources, it may be an issue with Terraform's core, so please mention this.