big-architect-71258
03/30/2023, 9:04 PMprov.SetAutonaming(255, "-")
), because it created a SIGSEGV.enough-garden-22763
03/30/2023, 9:46 PMbig-architect-71258
03/30/2023, 9:47 PMwarning: resource:mssql_azuread_service_principal.Docs received a non-zero custom value &{docs/resources/azuread_service_principal.md [] false} that is being ignored. Plugin Framework based providers do not yet support this feature.
But guys you did a great job with current version of PF!enough-garden-22763
03/30/2023, 9:47 PMbig-architect-71258
03/30/2023, 9:47 PMenough-garden-22763
03/30/2023, 9:47 PMbig-architect-71258
03/30/2023, 9:49 PMenough-garden-22763
03/30/2023, 9:49 PMbig-architect-71258
03/30/2023, 9:50 PM$HOME/.pulumi/bin
directory. Right? Or something else?enough-garden-22763
03/30/2023, 9:51 PMbig-architect-71258
03/30/2023, 9:52 PMenough-garden-22763
03/31/2023, 5:28 PMbig-architect-71258
03/31/2023, 5:32 PMenough-garden-22763
03/31/2023, 5:32 PMbig-architect-71258
03/31/2023, 6:17 PM<http://resources.to|resources.go
of the provider to> satisfy Pulumi about this?enough-garden-22763
03/31/2023, 6:19 PMbig-architect-71258
03/31/2023, 6:19 PMenough-garden-22763
03/31/2023, 6:25 PMbig-architect-71258
03/31/2023, 6:26 PMprovider:
type: pulumi:providers:azure
options:
version: 5.38.0
provider-mssql:
type: pulumi:providers:mssql
enough-garden-22763
03/31/2023, 7:14 PMprovider
has properties:
subfield but nothing beats a good example.ancient-policeman-24615
03/31/2023, 7:15 PMenough-garden-22763
03/31/2023, 7:15 PMancient-policeman-24615
03/31/2023, 7:16 PMname: example
runtime: yaml
config:
region: us-east-1
resources:
aws:
type: pulumi:providers:aws
properties:
region: ${region}
bucket:
type: aws:s3:Bucket
options:
provider: ${aws}
big-architect-71258
03/31/2023, 7:19 PMenough-garden-22763
04/03/2023, 1:31 PMbig-architect-71258
04/03/2023, 3:40 PMPreConfigureCallback
, but when is this function called? Only on a pulumi up
or as well on pulumi pre
? I only got to fail a `pulumi pre`when I mark the `hostname`configuration property as required
using MarkAsOptional: tfbridge.False()
. The PreConfigureCallback
seems not to be called on a preview
. Do I miss something?enough-garden-22763
04/03/2023, 5:11 PMbig-architect-71258
04/05/2023, 1:44 PMenough-garden-22763
04/05/2023, 2:09 PMbig-architect-71258
04/05/2023, 2:12 PMmake provider
. I'll like to add some YAML example code as well.enough-garden-22763
04/05/2023, 2:14 PMcan't override the path to the doc files.
big-architect-71258
04/05/2023, 2:27 PMDocs
property of the tfbridge.ResourceInfo
struct.enough-garden-22763
04/05/2023, 2:44 PMbig-architect-71258
04/05/2023, 3:23 PMenough-garden-22763
04/05/2023, 3:29 PMbig-architect-71258
04/05/2023, 3:31 PMenough-garden-22763
04/05/2023, 3:34 PMbig-architect-71258
04/05/2023, 3:37 PM.gitignore
but how you'll make sure they get updated on a new release. Well perhaps with a GitHub Workflow step or something automated.enough-garden-22763
04/05/2023, 5:56 PMbig-architect-71258
04/07/2023, 2:34 PMwarning: unable to convert HCL example for Pulumi entity '#/functions/mssql:index/getSchemas:getSchemas': 1 error occurred:
* failed to convert HCL for #/functions/mssql:index/getSchemas:getSchemas to go: invalid Go source code:
package main
import (
"<http://github.com/pulumi/pulumi/sdk/v3/go/pulumi|github.com/pulumi/pulumi/sdk/v3/go/pulumi>"
"<http://github.com/pulumi/pulumi-mssql/sdk/go/mssql|github.com/pulumi/pulumi-mssql/sdk/go/mssql>"
)
func main() {
pulumi.Run(func(ctx *pulumi.Context) error {
example, err := mssql.LookupDatabase(ctx, &mssql.LookupDatabaseArgs{
Name: "example",
}, nil);
if err != nil {
return err
}
all, err := mssql.GetSchemas(ctx, &mssql.GetSchemasArgs{
DatabaseId: pulumi.StringRef(example.Id),
}, nil);
if err != nil {
return err
}
ctx.Export("allSchemaNames", %!!(MISSING)v(PANIC=Format method: fatal: A failure has occurred: unlowered splat expression @ #-functions-mssql:index-getSchemas:getSchemas.pp:7,11-30))
return nil
})
}
: 22:30: expected operand, found '%!'(MISSING) (and 5 more errors)
enough-garden-22763
04/07/2023, 2:45 PMbig-architect-71258
04/07/2023, 2:57 PMwarning: unable to convert HCL example for Pulumi entity '#/functions/mssql:index/getQuery:getQuery': 1 error occurred:
* :0,0-0: cannot iterate over a value of type union(list(map(string)), none);
enough-garden-22763
04/07/2023, 2:57 PMbig-architect-71258
04/07/2023, 3:00 PM