From 993331fe6b5274cb2a8f6f1dc6a071302e4ec354 Mon Sep 17 00:00:00 2001 From: Bharath KKB Date: Fri, 15 Oct 2021 18:46:25 -0500 Subject: [PATCH] chore: remove unused backend.tf.example (#573) --- 1-org/backend.tf.example | 23 ----------------------- 1 file changed, 23 deletions(-) delete mode 100644 1-org/backend.tf.example diff --git a/1-org/backend.tf.example b/1-org/backend.tf.example deleted file mode 100644 index 584919127..000000000 --- a/1-org/backend.tf.example +++ /dev/null @@ -1,23 +0,0 @@ -/** - * Copyright 2021 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. - */ - -terraform { - backend "gcs" { - bucket = "UPDATE_ME" - prefix = "terraform/org/state" - } -} -