abundant-author-76343
09/30/2020, 7:57 PMerror: The resource format is invalid
. Currently my best guess is that it is related directly to the @azure/arm-cdn
package used in the example.
Happy for any input that might help to solve this issue. Created a related ticket as well. https://github.com/pulumi/examples/issues/804flat-insurance-25294
10/01/2020, 8:59 AMbitter-toddler-22112
10/01/2020, 9:14 AMbig-account-56668
10/01/2020, 9:27 AM<organization>
? I have a single project with two stacks prod
and stage
and would like to reference the former from the latter.breezy-butcher-78604
10/01/2020, 11:33 AMpulumi/pulumi-nodejs
docker image to deploy my template, seems to be an issue installing whatever plugin is required to run CrossGuard policies.
here's the command i'm running:
docker run -v $(pwd):/pulumi/projects -e PULUMI_ACCESS_TOKEN -it pulumi/pulumi-nodejs:latest /bin/bash -c "npm ci && pulumi preview"
and here's the output from the pulumi up
command
Logging in using access token from PULUMI_ACCESS_TOKEN
Previewing update (my-stack):
Installing policy pack vgw-sec-policies 3.0.2...
[resource plugin aws-2.13.1] installing
Finished installing policy pack
error: could not start policy pack "vgw-sec-policies" because the built-in analyzer plugin that runs policy plugins is missing. This might occur when the plugin directory is not on your $PATH, or when the installed version of the Pulumi SDK does not support resource policies
any ideas what I can do to resolve this?acceptable-stone-35112
10/01/2020, 2:25 PMacceptable-stone-35112
10/01/2020, 2:25 PMbitter-application-91815
10/01/2020, 6:30 PMbitter-application-91815
10/01/2020, 6:30 PMmillions-furniture-75402
10/01/2020, 8:04 PMPulumi.mystack.yml
as JSON instead?abundant-egg-71808
10/01/2020, 9:21 PMflat-insurance-25294
10/02/2020, 1:45 AMquiet-wolf-18467
elegant-island-39916
10/02/2020, 10:28 AMk8s.core.v1.Namespace
targets the incorrect k8s cluster (from ~/.kube/config
) even if opts.providers.kubernetes
is specified e.g.:
ci_namespace = k8s.core.v1.Namespace(
"ci-svcs",
opts=ResourceOptions(providers={"kubernetes": eks_cluster.provider}),
)
Yet pulumi_kubernetes.ConfigFile
does not have this issue and targets the correct cluster. Is there a parameter I am missing on k8s.core.v1.Namespace
to ensure it targets the providers cluster, rather than my globally configured ~/.kube/config
?broad-dog-22463
10/02/2020, 10:43 AMbroad-dog-22463
10/02/2020, 10:43 AMbroad-dog-22463
10/02/2020, 10:43 AMelegant-island-39916
10/02/2020, 11:00 AMResourceOptions
:
providers: Optional[Mapping[str, 'ProviderResource']]
broad-dog-22463
10/02/2020, 11:00 AMbroad-dog-22463
10/02/2020, 11:00 AMResourceOptions(provider=k8s_provider)
elegant-island-39916
10/02/2020, 11:00 AMelegant-island-39916
10/02/2020, 11:16 AMbroad-dog-22463
10/02/2020, 11:16 AMlittle-wolf-72041
10/02/2020, 12:38 PMacoustic-leather-88378
10/02/2020, 1:47 PMmake
step is two fold:
make
================
infoblox Package
================
BUILD:
[ -x /usr/local/bin/pulumi ] || curl -fsSL <https://get.pulumi.com> | sh
cd provider && go install -ldflags "-X <http://github.com/pulumi/pulumi-infoblox/provider/pkg/version.Version=v0.0.1-alpha.1593782371+g931a267.dirty|github.com/pulumi/pulumi-infoblox/provider/pkg/version.Version=v0.0.1-alpha.1593782371+g931a267.dirty>" <http://github.com/pulumi/pulumi-infoblox/provider/cmd/pulumi-tfgen-infoblox|github.com/pulumi/pulumi-infoblox/provider/cmd/pulumi-tfgen-infoblox>
# <http://github.com/pulumi/pulumi-infoblox/provider|github.com/pulumi/pulumi-infoblox/provider>
./resources.go:90:26: impossible type assertion:
*"<http://github.com/hashicorp/terraform-plugin-sdk/helper/schema|github.com/hashicorp/terraform-plugin-sdk/helper/schema>".Provider does not implement "<http://github.com/hashicorp/terraform/terraform|github.com/hashicorp/terraform/terraform>".ResourceProvider (wrong type for Apply method)
have Apply(*"<http://github.com/hashicorp/terraform-plugin-sdk/terraform|github.com/hashicorp/terraform-plugin-sdk/terraform>".InstanceInfo, *"<http://github.com/hashicorp/terraform-plugin-sdk/terraform|github.com/hashicorp/terraform-plugin-sdk/terraform>".InstanceState, *"<http://github.com/hashicorp/terraform-plugin-sdk/terraform|github.com/hashicorp/terraform-plugin-sdk/terraform>".InstanceDiff) (*"<http://github.com/hashicorp/terraform-plugin-sdk/terraform|github.com/hashicorp/terraform-plugin-sdk/terraform>".InstanceState, error)
want Apply(*"<http://github.com/hashicorp/terraform/terraform|github.com/hashicorp/terraform/terraform>".InstanceInfo, *"<http://github.com/hashicorp/terraform/terraform|github.com/hashicorp/terraform/terraform>".InstanceState, *"<http://github.com/hashicorp/terraform/terraform|github.com/hashicorp/terraform/terraform>".InstanceDiff) (*"<http://github.com/hashicorp/terraform/terraform|github.com/hashicorp/terraform/terraform>".InstanceState, error)
./resources.go:132:4: unknown field 'AsyncDataSources' in struct literal of type tfbridge.JavaScriptInfo
make: *** [tfgen] Error 2
1. The provider (p := infoblox.Provider().(*schema.Provider)
) seems to not adhere to the expected interface
2. Missing AsyncDataSources
on JavaScriptInfo
here
Any ideas?hallowed-beach-15050
10/02/2020, 4:18 PMgentle-account-13294
10/02/2020, 5:38 PMdevelopment
infrastructure workflows . I.e. while testing changes to infrastructure ,what workflows are you used to... (options in thread)busy-umbrella-36067
10/02/2020, 5:48 PMkind-school-28825
10/03/2020, 9:44 PMrough-parrot-6341
10/04/2020, 8:02 PM