From 5afd6ae254360838c86b21b078b388e834bf762d Mon Sep 17 00:00:00 2001 From: bwJuniper Date: Wed, 19 Jul 2023 19:30:49 +0200 Subject: [PATCH] Fix issue #140 --- apstra/constants.go | 2 -- 1 file changed, 2 deletions(-) diff --git a/apstra/constants.go b/apstra/constants.go index f50a950f..34821531 100644 --- a/apstra/constants.go +++ b/apstra/constants.go @@ -8,9 +8,7 @@ const ( errDataSourceConfigureProviderDataDetail = "Expected '%T', got: '%T'. Please report this issue to the provider maintainers." errResourceConfigureProviderDataSummary = "Unexpected Resource Configure Type." errResourceConfigureProviderDataDetail = "Expected '%T', got: '%T'. Please report this issue to the provider maintainers." - errDataSourceUnconfiguredSummary = "Data Source not configured" errProviderInvalidConfig = "Provider configuration invalid" - errResourceUnconfiguredSummary = "Resource not configured" errReadingAllocation = "error reading '%s' resource allocation '%s' for Blueprint '%s'" errSettingAllocation = "error setting resource allocation" errProviderBug = "Provider Bug. Please report this issue to the provider maintainers."