cold-orange-37453
02/21/2023, 6:10 PMerror: could not deserialize deployment: unexpected end of JSON input
Any help/docs would be appreciated. I can confirm that the file is valid JSONbitter-carpenter-93554
02/21/2023, 9:00 PM"type": "azure-native:dbforpostgresql/v20221201:Server",
"inputs": {
"administratorLogin": "admin",
"administratorLoginPassword": {
"4dabf18193072939515e22adb298388d": "1b47061264138c...",
"ciphertext": "v1:some_ecryption_here"
},...
Can it be set as vault path in state file?
Or do you know another solution?dazzling-sundown-72791
02/22/2023, 9:32 AMcold-orange-37453
02/22/2023, 10:54 AMhallowed-horse-57635
02/22/2023, 11:32 AMbrief-church-51632
02/22/2023, 11:43 AMambitious-afternoon-55254
02/23/2023, 12:18 AMpulumi up
?rich-motorcycle-71684
02/23/2023, 3:42 AMorange-airport-64592
02/23/2023, 6:24 AMpulumi up
on the prod. what can I do? ctrl +C or Wait ?dazzling-television-62903
02/23/2023, 7:01 AMAllow AWS CodeBuild to modify this service role so it can be used with this build project
in *aws.codebuild.Project (https://www.pulumi.com/registry/packages/aws/api-docs/codebuild/project/)*? In some use cases, I'd not prefer CodeBuild to modify the service role. Thanks.rhythmic-traffic-52280
02/23/2023, 10:04 AMDiagnostics:
aws:acm:Certificate (ssl-cert):
error: unable to validate AWS credentials.
Details: no valid credential sources for Pulumi AWS Classic found.
Please see <https://www.pulumi.com/registry/packages/aws/installation-configuration/>
for more information about providing credentials.
Error: failed to refresh cached credentials, no EC2 IMDS role found, operation error ec2imds: GetMetadata, request send failed, Get "<http://169.254.169.254/latest/meta-data/iam/security-credentials/>": dial tcp 169.254.169.254:80: i/o timeout
Make sure you have set your AWS region, e.g. `pulumi config set aws:region us-west-2`.
Any ideas what could be the issue here?rhythmic-dentist-32021
02/23/2023, 11:41 AMicy-laptop-27867
02/23/2023, 2:40 PMnutritious-shampoo-16116
02/23/2023, 2:47 PMjolly-fall-57688
02/23/2023, 4:31 PMworried-guitar-83541
02/23/2023, 8:34 PMacceptable-diamond-55380
02/23/2023, 11:38 PMstrong-match-67698
02/24/2023, 9:56 AMhallowed-oyster-74053
02/24/2023, 3:55 PMpulumi preview --refresh
where any changes caused by the refresh become part of the preview. The only option I found so far is the refresh: true
option, which commits the changes to stack state before running the preview. The thing is, I don't want my pull requests to change the state of the stack, I just want to be notified of the drift. Is there any option to do this?wonderful-coat-75093
02/26/2023, 12:41 PMadamant-student-67185
02/27/2023, 5:09 AMpulumi up
Previewing update (dev)
View Live: <https://app.pulumi.com/shiviraj/my-first-app/dev/previews/6e20735f-68dd-4c92-80c8-dacbe0320959>
Type Name Plan Info
pulumi:pulumi:Stack my-first-app-dev
└─ docker:index:RemoteImage backend-image 1 error
Diagnostics:
docker:index:RemoteImage (backend-image):
error: 1 error occurred:
* Error pinging Docker server: Cannot connect to the Docker daemon at unix:///var/run/docker.sock. Is the docker daemon running?
While running docker context ls
, I am getting the following output
NAME DESCRIPTION DOCKER ENDPOINT KUBERNETES ENDPOINT ORCHESTRATOR
colima * colima unix:///Users/shivi/.colima/default/docker.sock
default Current DOCKER_HOST based configuration unix:///var/run/docker.sock swarm
What are the possible solutions to fix this issue?
Thanks in advancebrainy-beach-36627
02/27/2023, 9:47 AMproud-pizza-80589
02/27/2023, 1:34 PMearly-plastic-49211
02/27/2023, 3:16 PMcuddly-monkey-5560
02/27/2023, 4:39 PM* creating RDS Cluster (restore from snapshot) (temp-cluster): InvalidDBInstanceState: The server state is not yet available
. My implementation to create the cluster is:
const rdsCluster = new rds.Cluster('db-cluster', {
clusterIdentifier: `temp-cluster`,
engine: EngineType.AuroraPostgresql,
engineMode: EngineMode.Provisioned,
masterUsername: 'postgres',
masterPassword: 'postgres',
databaseName: 'postgres',
snapshotIdentifier: <clusterSnapshotIdentifier>,
vpcSecurityGroupIds: [vpcSecurityGroup.id],
});
Am I missing something necessary? Any help is appreciated!few-carpenter-12885
02/27/2023, 8:52 PM@pulumi/random
to generate things and store them in state. However, I don't see any sort of generic construct to do this. Does this need to be a custom provider?polite-umbrella-11196
02/27/2023, 10:47 PMwarning
image output, like this? It doesn’t seem to be particularly useful to have displayed every time.
docker:image:Image (recorder):
warning: #1 [internal] load build definition from Dockerfile
#1 sha256:1e567552e9b6c83c2a4d3ff1b9cd8a246ceff98573d0b65e83f21082937e0fd1
#1 transferring dockerfile: 37B done
#1 DONE 0.0s
red-airline-54646
02/28/2023, 1:33 AMsecret already exists
hence, we deleted the secret manually (and purged) then add ignoreChanges
on secret's properties.value. this way, we were able to import successfully to pulumi. However, after removing the ignoreChanges
Pulumi is not triggering a creation for the secret. Anyone here who encountered the same? Any clue what is happening?most-mouse-38002
02/28/2023, 7:43 AMfreezing-sunset-24612
02/28/2023, 12:57 PM