adventurous-jordan-10043
08/27/2018, 7:18 PMstocky-spoon-28903
08/27/2018, 7:18 PMmake ensure
in the root of your provider repo assuming you have copied the boilerplate build systemadventurous-jordan-10043
08/27/2018, 7:24 PM.vendor-new
stocky-spoon-28903
08/27/2018, 7:27 PMadventurous-jordan-10043
08/27/2018, 7:27 PM"test_tags": {
Type: schema.TypeSet,
Elem: &schema.Schema{Type: schema.TypeString},
Optional: true,
Set: schema.HashString,
},
stocky-spoon-28903
08/27/2018, 7:32 PMadventurous-jordan-10043
08/27/2018, 7:33 PMResources: map[string]*tfbridge.ResourceInfo{
"statuscake_test": {Tok: statusCakeResource(statuscakeMod, "Test")},
}
stocky-spoon-28903
08/27/2018, 7:33 PM[]interface{}
reified as []string
adventurous-jordan-10043
08/27/2018, 7:41 PMstocky-spoon-28903
08/27/2018, 7:42 PMadventurous-jordan-10043
08/27/2018, 7:44 PMgo install -ldflags "-X <http://github.com/pulumi/pulumi-statuscake/pkg/version.Version=v0.15.2|github.com/pulumi/pulumi-statuscake/pkg/version.Version=v0.15.2>" <http://github.com/pulumi/pulumi-statuscake/cmd/pulumi-tfgen-statuscake|github.com/pulumi/pulumi-statuscake/cmd/pulumi-tfgen-statuscake>
stocky-spoon-28903
08/27/2018, 9:19 PM