From aa47e23ec114a4d07cf737c4be60596b00a723cc Mon Sep 17 00:00:00 2001 From: Morgante Pell Date: Tue, 19 Apr 2022 00:42:59 -0400 Subject: [PATCH] fix: Remove unnecessary auth files. (#1231) --- .../beta-autopilot-private-cluster/auth.tf | 24 ------------------- modules/beta-autopilot-public-cluster/auth.tf | 24 ------------------- 2 files changed, 48 deletions(-) delete mode 100644 modules/beta-autopilot-private-cluster/auth.tf delete mode 100644 modules/beta-autopilot-public-cluster/auth.tf diff --git a/modules/beta-autopilot-private-cluster/auth.tf b/modules/beta-autopilot-private-cluster/auth.tf deleted file mode 100644 index 8e582145f..000000000 --- a/modules/beta-autopilot-private-cluster/auth.tf +++ /dev/null @@ -1,24 +0,0 @@ -/** - * Copyright 2018 Google LLC - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - -// This file was automatically generated from a template in ./autogen/main - -/****************************************** - Retrieve authentication token - *****************************************/ -data "google_client_config" "default" { - provider = google-beta -} diff --git a/modules/beta-autopilot-public-cluster/auth.tf b/modules/beta-autopilot-public-cluster/auth.tf deleted file mode 100644 index 8e582145f..000000000 --- a/modules/beta-autopilot-public-cluster/auth.tf +++ /dev/null @@ -1,24 +0,0 @@ -/** - * Copyright 2018 Google LLC - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - -// This file was automatically generated from a template in ./autogen/main - -/****************************************** - Retrieve authentication token - *****************************************/ -data "google_client_config" "default" { - provider = google-beta -}