melodic-byte-32771
12/28/2020, 3:59 AMloud-shampoo-49194
12/30/2020, 9:26 AMcuddly-xylophone-65881
12/31/2020, 9:27 AMDiagnostics:
azure:network:VirtualNetworkGateway (cgw-snm-net-blue):
error: azure:network/virtualNetworkGateway:VirtualNetworkGateway resource 'cgw-snm-net-blue' has a problem: Missing required property 'type'
error: azure:network/virtualNetworkGateway:VirtualNetworkGateway resource 'cgw-snm-net-blue' has a problem: Missing required property 'sku'
error: azure:network/virtualNetworkGateway:VirtualNetworkGateway resource 'cgw-snm-net-blue' has a problem: Missing required property 'ipConfigurations'
error: Preview failed: one or more inputs failed to validate
pulumi:pulumi:Stack (autopilot-azure-autopilot-azure):
error: preview failed
Interestingly enough though, if I look at the debug output, it does have a type, sku and ip configurations.
What would be the recommended way moving forward? Just trying to import the resource manually by patching the stack?jolly-camera-35709
01/04/2021, 4:26 AMaloof-hamburger-47707
01/05/2021, 10:34 AMloud-shampoo-49194
01/05/2021, 3:49 PMswift-hamburger-98290
01/06/2021, 8:12 AMstocky-crayon-93563
01/06/2021, 1:37 PMbrainy-ocean-92780
01/06/2021, 6:48 PMbrave-winter-60074
01/07/2021, 3:08 PMaloof-table-12538
01/08/2021, 8:55 AMprehistoric-nail-50687
01/08/2021, 10:51 AMnextgen
not (yet) support the import command and generate the code? I was not able to find an example…numerous-artist-1705
01/08/2021, 11:48 AMswift-hamburger-98290
01/11/2021, 4:40 PM...
var blob = new azure.storage.Blob("bl-slot", {
...
});
const app = new azure.appservice.AppService("app-slot", {
...
});
const slot = new azure.appservice.Slot("apps-slot", {
appServiceName: app.name,
appSettings: {
WEBSITE_RUN_FROM_PACKAGE: azure.storage.signedBlobReadUrl(blob, storage),
},
siteConfig: {
...
autoSwapSlotName: "production",
},
...
});
Now the problem we face is on the second deployment: the ZIP which is used by the production
slot (in case the swap was performed) will be replaced by the new one. So we need 2 blobs (ZIPs) to exist at any given time, but pulumi only has one. I understand this is quite a special case, but is there any pulumi mechanism to deal with this?brainy-ocean-92780
01/12/2021, 12:41 AMjolly-camera-35709
01/12/2021, 3:19 AMjolly-camera-35709
01/12/2021, 3:20 AMjolly-camera-35709
01/12/2021, 3:22 AMjolly-camera-35709
01/12/2021, 3:23 AMjolly-camera-35709
01/12/2021, 3:25 AMboundless-airport-99052
01/12/2021, 12:39 PMazure-nextgen:authorization/v20150701:RoleDefinition (roleDefinition):
error: autorest/azure: Service returned an error. Status=405 Code="" Message="The requested resource does not support http method 'PUT'."
Is there an issue with the provider?boundless-airport-99052
01/12/2021, 12:43 PMbrave-winter-60074
01/12/2021, 12:48 PMwet-noon-14291
01/12/2021, 3:13 PMbrainy-ocean-92780
01/12/2021, 11:14 PMpanic: interface conversion: interface {} is nil, not map[string]interface {}
goroutine 130 [running]:
<http://github.com/terraform-providers/terraform-provider-azurerm/azurerm/internal/services/web.expandAppServiceLogs(0x4e99700|github.com/terraform-providers/terraform-provider-azurerm/azurerm/internal/services/web.expandAppServiceLogs(0x4e99700>, 0xc000f23260, 0x4, 0x4e99700, 0xc000f23260, 0x1)
/home/runner/go/pkg/mod/github.com/pulumi/terraform-provider-azurerm@v1.41.1-0.20210112145652-000a00bbbc6f/azurerm/internal/services/web/app_service.go:1413 +0xf25
<http://github.com/terraform-providers/terraform-provider-azurerm/azurerm/internal/services/web.resourceAppServiceUpdate(0xc001168a80|github.com/terraform-providers/terraform-provider-azurerm/azurerm/internal/services/web.resourceAppServiceUpdate(0xc001168a80>, 0x502d5e0, 0xc00028c300, 0x0, 0x0)
/home/runner/go/pkg/mod/github.com/pulumi/terraform-provider-azurerm@v1.41.1-0.20210112145652-000a00bbbc6f/azurerm/internal/services/web/app_service_resource.go:515 +0x1d12
<http://github.com/hashicorp/terraform-plugin-sdk/helper/schema.(*Resource).Apply(0xc001322240|github.com/hashicorp/terraform-plugin-sdk/helper/schema.(*Resource).Apply(0xc001322240>, 0xc00184ec80, 0xc001c32640, 0x502d5e0, 0xc00028c300, 0x1, 0x0, 0x1)
/home/runner/go/pkg/mod/github.com/hashicorp/terraform-plugin-sdk@v1.13.1/helper/schema/resource.go:316 +0x273
<http://github.com/hashicorp/terraform-plugin-sdk/helper/schema.(*Provider).Apply(0xc000b3ad00|github.com/hashicorp/terraform-plugin-sdk/helper/schema.(*Provider).Apply(0xc000b3ad00>, 0xc0006715e0, 0xc00184ec80, 0xc001c32640, 0x0, 0x0, 0x0)
/home/runner/go/pkg/mod/github.com/hashicorp/terraform-plugin-sdk@v1.13.1/helper/schema/provider.go:294 +0xa5
<http://github.com/pulumi/pulumi-terraform-bridge/v2/pkg/tfshim/sdk-v1.v1Provider.Apply(0xc000b3ad00|github.com/pulumi/pulumi-terraform-bridge/v2/pkg/tfshim/sdk-v1.v1Provider.Apply(0xc000b3ad00>, 0x57fa2d3, 0x13, 0x5f1e240, 0xc000b579d0, 0x5f633a0, 0xc001c32640, 0x0, 0x5f633a0, 0xc001c32640, ...)
/home/runner/go/pkg/mod/github.com/pulumi/pulumi-terraform-bridge/v2@v2.16.0/pkg/tfshim/sdk-v1/provider.go:97 +0x106
<http://github.com/pulumi/pulumi-terraform-bridge/v2/pkg/tfbridge.(*Provider).Update(0xc0000021e0|github.com/pulumi/pulumi-terraform-bridge/v2/pkg/tfbridge.(*Provider).Update(0xc0000021e0>, 0x5f1a400, 0xc000b55650, 0xc0006c6100, 0xc0000021e0, 0x50a0b01, 0xc001659540)
/home/runner/go/pkg/mod/github.com/pulumi/pulumi-terraform-bridge/v2@v2.16.0/pkg/tfbridge/provider.go:977 +0x96b
<http://github.com/pulumi/pulumi/sdk/v2/proto/go._ResourceProvider_Update_Handler.func1(0x5f1a400|github.com/pulumi/pulumi/sdk/v2/proto/go._ResourceProvider_Update_Handler.func1(0x5f1a400>, 0xc000b55650, 0x54e0820, 0xc0006c6100, 0x54c6b00, 0x976d3e0, 0x5f1a400, 0xc000b55650)
/home/runner/go/pkg/mod/github.com/pulumi/pulumi/sdk/v2@v2.15.1-0.20201202214525-260620430c4c/proto/go/provider.pb.go:2305 +0x90
<http://github.com/grpc-ecosystem/grpc-opentracing/go/otgrpc.OpenTracingServerInterceptor.func1(0x5f1a400|github.com/grpc-ecosystem/grpc-opentracing/go/otgrpc.OpenTracingServerInterceptor.func1(0x5f1a400>, 0xc000ec4ba0, 0x54e0820, 0xc0006c6100, 0xc001b70380, 0xc001b703a0, 0x0, 0x0, 0x5e9f7a0, 0xc000498750)
/home/runner/go/pkg/mod/github.com/grpc-ecosystem/grpc-opentracing@v0.0.0-20180507213350-8e809c8a8645/go/otgrpc/server.go:57 +0x302
<http://github.com/pulumi/pulumi/sdk/v2/proto/go._ResourceProvider_Update_Handler(0x55a12c0|github.com/pulumi/pulumi/sdk/v2/proto/go._ResourceProvider_Update_Handler(0x55a12c0>, 0xc0000021e0, 0x5f1a400, 0xc000ec4ba0, 0xc001d00ae0, 0xc00137db80, 0x5f1a400, 0xc000ec4ba0, 0xc001c44f80, 0x1a4c)
/home/runner/go/pkg/mod/github.com/pulumi/pulumi/sdk/v2@v2.15.1-0.20201202214525-260620430c4c/proto/go/provider.pb.go:2307 +0x152
<http://google.golang.org/grpc.(*Server).processUnaryRPC(0xc000988540|google.golang.org/grpc.(*Server).processUnaryRPC(0xc000988540>, 0x5f64360, 0xc000105380, 0xc0006d8000, 0xc0013d0150, 0x9726af8, 0x0, 0x0, 0x0)
/home/runner/go/pkg/mod/google.golang.org/grpc@v1.30.0/server.go:1171 +0x522
<http://google.golang.org/grpc.(*Server).handleStream(0xc000988540|google.golang.org/grpc.(*Server).handleStream(0xc000988540>, 0x5f64360, 0xc000105380, 0xc0006d8000, 0x0)
/home/runner/go/pkg/mod/google.golang.org/grpc@v1.30.0/server.go:1494 +0xce5
<http://google.golang.org/grpc.(*Server).serveStreams.func1.2(0xc000058430|google.golang.org/grpc.(*Server).serveStreams.func1.2(0xc000058430>, 0xc000988540, 0x5f64360, 0xc000105380, 0xc0006d8000)
/home/runner/go/pkg/mod/google.golang.org/grpc@v1.30.0/server.go:834 +0xa8
created by <http://google.golang.org/grpc.(*Server).serveStreams.func1|google.golang.org/grpc.(*Server).serveStreams.func1>
/home/runner/go/pkg/mod/google.golang.org/grpc@v1.30.0/server.go:832 +0x1fd
brainy-ocean-92780
01/12/2021, 11:17 PMwet-noon-14291
01/13/2021, 3:44 PMOriginal Error: Code="ValidationError" Message="One or more fields contain incorrect values:" Details=[{"code":"ValidationError","message":"API with specified name '<name from openapi spec>' already exists","target":"name"}]
brave-winter-60074
01/14/2021, 10:53 AMGrpc.Core.RpcException: Status(StatusCode="Unknown", Detail="invocation of azure-nextgen:signalrservice/latest:listSignalRKeys returned an error: request failed /subscriptions/5d5f4691-723c-462e-b620-e4219f22ee8a/resourceGroups/rg-nuuday-troubleticket-development/providers/Microsoft.SignalRService/signalR/signalr-service-waxfpu/listKeys: autorest/azure: Service returned an error. Status=404 Code="ResourceNotFound" Message="The Resource 'Microsoft.SignalRService/SignalR/signalr-service-waxfpu' under resource group 'rg-nuuday-troubleticket-development' was not found. For more details please go to <https://aka.ms/ARMResourceNotFoundFix>"", DebugException="Grpc.Core.Internal.CoreErrorDetailException: {"created":"@1610621210.259509913","description":"Error received from peer ipv4:127.0.0.1:40251","file":"/var/local/git/grpc/src/core/lib/surface/call.cc","file_line":1063,"grpc_message":"invocation of azure-nextgen:signalrservice/latest:listSignalRKeys returned an error: request failed /subscriptions/5d5f4691-723c-462e-b620-e4219f22ee8a/resourceGroups/rg-nuuday-troubleticket-development/providers/Microsoft.SignalRService/signalR/signalr-service-waxfpu/listKeys: autorest/azure: Service returned an error. Status=404 Code="ResourceNotFound" Message="The Resource 'Microsoft.SignalRService/SignalR/signalr-service-waxfpu' under resource group 'rg-nuuday-troubleticket-development' was not found. For more details please go to
loud-shampoo-49194
01/14/2021, 12:17 PMbrave-winter-60074
01/14/2021, 4:24 PMbrave-winter-60074
01/14/2021, 4:24 PMtall-librarian-49374
01/14/2021, 7:16 PMbrave-winter-60074
01/14/2021, 8:03 PMtall-librarian-49374
01/14/2021, 8:49 PMStatus=<nil> <nil>
is what the service returns, unfortunately. Internet is full of questions about that.brave-winter-60074
01/15/2021, 9:53 AMtall-librarian-49374
01/15/2021, 9:55 AMbrave-winter-60074
01/15/2021, 9:55 AM