From ea9b4ed8dc9e2738540712940af9e2cfe83edd3e Mon Sep 17 00:00:00 2001 From: Andrew Peabody Date: Fri, 20 Oct 2023 10:13:46 -0700 Subject: [PATCH] Delete examples/simple_example_access_level/versions.tf --- .../simple_example_access_level/versions.tf | 25 ------------------- 1 file changed, 25 deletions(-) delete mode 100644 examples/simple_example_access_level/versions.tf diff --git a/examples/simple_example_access_level/versions.tf b/examples/simple_example_access_level/versions.tf deleted file mode 100644 index 4389ca9..0000000 --- a/examples/simple_example_access_level/versions.tf +++ /dev/null @@ -1,25 +0,0 @@ -/** - * Copyright 2019 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_version = ">= 0.13" - required_providers { - google = { - source = "hashicorp/google" - version = "~> 4.0" - } - } -}