From ee677a54f5a70202e63e64261bfdfbdaf913ba6d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Philip=20Kr=C3=BCck?= Date: Thu, 14 Mar 2024 14:52:53 +0700 Subject: [PATCH] update provider.go --- provider/resources.go | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/provider/resources.go b/provider/resources.go index 6135ff3..8eb2942 100644 --- a/provider/resources.go +++ b/provider/resources.go @@ -1,24 +1,9 @@ -// Copyright 2016-2023, Pulumi Corporation. -// -// 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. - package genesiscloud import ( "fmt" "path" - // Allow embedding bridge-metadata.json in the provider. _ "embed" tfpf "github.com/pulumi/pulumi-terraform-bridge/pf/tfbridge"