From da72cf9d01ef74dd6ab4017cd682a4671230e7f1 Mon Sep 17 00:00:00 2001 From: Manuel Vogel Date: Thu, 24 Dec 2020 09:02:51 +0100 Subject: [PATCH] fix: remove all azure cps --- .github/ISSUE_TEMPLATE/Bug_Report.md | 2 +- .github/ISSUE_TEMPLATE/config.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/Bug_Report.md b/.github/ISSUE_TEMPLATE/Bug_Report.md index ce0143e3..3772ffc4 100644 --- a/.github/ISSUE_TEMPLATE/Bug_Report.md +++ b/.github/ISSUE_TEMPLATE/Bug_Report.md @@ -74,7 +74,7 @@ To obtain the debug output, see the [Terraform documentation on debugging](https ### Important Factoids - + ### References diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index ae6f84e9..d5dacdca 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -2,7 +2,7 @@ blank_issues_enabled: false contact_links: - name: Terraform Docker Provider Questions url: https://gophers.slack.com/archives/C01G9TN5V36 - about: GitHub issues in this repository are only intended for bug reports and feature requests. Other issues will be closed. Please ask and answer questions through the Terraform Azure Provider Community Forum. + about: GitHub issues in this repository are only intended for bug reports and feature requests. Other issues will be closed. Please ask and answer questions through the Terraform Docker Provider Slack channel. - name: Terraform Core Bug Reports and Feature Requests url: https://github.com/hashicorp/terraform/issues/new/choose about: Terraform Core, which handles the Terraform configuration language, CLI commands, and resource dependency graph, has its own codebase. Bug reports and feature requests for those pieces of functionality should be directed to that repository.