From ca6d0b5c16ecc722bb12533169084988cc693b20 Mon Sep 17 00:00:00 2001 From: Andrew Peabody Date: Fri, 20 Oct 2023 09:59:47 -0700 Subject: [PATCH] Delete examples/simple/versions.tf --- examples/simple/versions.tf | 25 ------------------------- 1 file changed, 25 deletions(-) delete mode 100644 examples/simple/versions.tf diff --git a/examples/simple/versions.tf b/examples/simple/versions.tf deleted file mode 100644 index 6f935e1..0000000 --- a/examples/simple/versions.tf +++ /dev/null @@ -1,25 +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 { - required_providers { - google = { - source = "hashicorp/google" - version = "~> 4.1" - } - } - required_version = ">= 0.13" -}