red-football-97286
05/24/2022, 9:09 AMDiagnostics:
Warning: Resource not supported
Resource "aws-native:autoscaling:AutoScalingGroup" is not yet supported by AWS CloudControl API. Code generated for "asg" is for reference only.
Warning: Resource not supported
Resource "aws-native:autoscaling:ScheduledAction" is not yet supported by AWS CloudControl API. Code generated for "winterScheduledActionUp" is for reference only.
Warning: Resource not supported
Resource "aws-native:autoscaling:ScheduledAction" is not yet supported by AWS CloudControl API. Code generated for "summerScheduledActionDown" is for reference only.
Warning: Resource not supported
Resource "aws-native:codedeploy:DeploymentGroup" is not yet supported by AWS CloudControl API. Code generated for "cdDeploymentGroup" is for reference only.
Error: unknown function 'aws-native::getStackName'
on program.pp line 2:
3: awsStackName = invoke("aws-native::getStackName").stackName
cool-computer-40158
05/24/2022, 10:18 AMcool-computer-40158
05/24/2022, 2:00 PMpowerful-room-57148
05/24/2022, 3:25 PMpowerful-room-57148
05/24/2022, 3:39 PMalert-balloon-36955
05/24/2022, 8:58 PMkubernetes:core/v1:Service
, did someone know how to export or show the LB ip during the creation in order to be used in other places?thankful-coat-47937
05/24/2022, 9:03 PMthankful-coat-47937
05/24/2022, 9:04 PMambitious-translator-75179
05/25/2022, 8:28 AMancient-car-89914
05/25/2022, 9:45 AMrough-spring-27410
05/25/2022, 10:56 AMrough-spring-27410
05/25/2022, 10:57 AMreturn new Release("nginx",
ReleaseArgs.builder()
.chart("nginx-ingress")
.version("1.24.4")
.repositoryOpts(RepositoryOptsArgs.builder().repo("<https://charts.helm.sh/stable>").build())
.valueYamlFiles(new FileAsset("./values.yaml"))
.build(),
CustomResourceOptions.builder()
.provider(provider)
.build());
rough-spring-27410
05/25/2022, 10:57 AMrough-spring-27410
05/25/2022, 10:57 AMjava.lang.UnsupportedOperationException: Convert [com.pulumi.kubernetes.helm.sh_v3.Release.resourceNames]: Error converting 'com.google.common.collect.RegularImmutableMap' to 'TypeShape{type=interface java.util.Map, parameters=[TypeShape{type=class java.lang.String, parameters=[]}, TypeShape{type=interface java.util.List, parameters=[]}]}'. Expected a parameter type for the List, got none
rough-spring-27410
05/25/2022, 10:58 AMrough-spring-27410
05/25/2022, 10:59 AMrhythmic-whale-48997
05/25/2022, 12:23 PMpulumi up
from other Pulumi code/project?
I'm looking at a way to configure RabbitMQ instance with pulumi-rabbitmq
after I create Amazon MQ instance.
pulumi-rabbitmq
takes environment variables or config so I don't know what is the best way to do thisthousands-beard-65017
05/25/2022, 12:28 PMthousands-beard-65017
05/25/2022, 12:32 PMthousands-beard-65017
05/25/2022, 12:33 PMthankful-coat-47937
05/25/2022, 5:05 PMconst cluster = aws.ecs.getClusterOutput({ clusterName: infraRef.getOutput("clusterName") });
which is a pulumi.output<aws.ecs.GetClusterResult>
How do i convert this into a awsx.ecs.Cluster
?silly-scientist-20604
05/25/2022, 10:02 PMPulumi.dev.clusterA.yaml
Pulumi.dev.clusterB.yaml
Pulumi.dev.clusterDefaults.yaml
Pulumi.prod.clusterA.yaml
Pulumi.prod.clusterB.yaml
Pulumi.prod.clusterDefaults.yaml
Pulumi.global.clusterDefaults.yaml
blue-judge-71382
05/25/2022, 11:29 PMprehistoric-london-9917
05/26/2022, 1:53 AMicy-controller-6092
05/26/2022, 4:37 AMpulumi stack init
no longer create a new yaml file?icy-controller-6092
05/26/2022, 9:53 AMsticky-salesmen-54387
05/26/2022, 2:51 PMsparse-midnight-5337
05/26/2022, 3:17 PMconst dict = service.dictionaries.apply(d => d?.[0].dictionaryId || '1234') // <--- This always returns undefined, so default to 1234
however because of the comment above whenever i run pulumi up
i get the following error.
Diagnostics:
fastly:index:ServiceDictionaryItems (CredentialsDict):
error: 1 error occurred:
* Error creating dictionary items: service 6JGsFBzFbONzfbcXDyfRP3, dictionary 1234, 400 - Bad Request:
Title: Bad request
Detail: Couldn't find Dictionary '{ dictionary_id => 1234, service_id => 6JGsFBzFbONzfbcXDyfRP3 }'
pulumi:pulumi:Stack (fastly-shell-dev):
error: update failed
Is it possible to retrieve this ID during the deployment process? If not how can I query this after the service is deployed and still able to deploy the dictionary at the same time?billowy-area-48390
05/26/2022, 3:26 PMmost-jordan-25674
05/26/2022, 4:13 PMconfig.requireSecret('something')
I get an output…which won’t be useable in the string. Is there a better way to get these values that would be different per stack?most-jordan-25674
05/26/2022, 4:13 PMconfig.requireSecret('something')
I get an output…which won’t be useable in the string. Is there a better way to get these values that would be different per stack?