chilly-hairdresser-56259
01/07/2021, 3:04 PMechoing-dawn-86996
01/07/2021, 7:17 PMsparse-gold-89283
01/07/2021, 9:16 PMdry-candle-10379
01/08/2021, 4:36 AMdry-candle-10379
01/08/2021, 4:43 AMdry-candle-10379
01/08/2021, 5:50 AM"deadLetterTargetArn": aws_sqs_queue["queue_deadletter"]["arn"],
What is the aws_sqs_queue
referring to, as well as the "queue_deadletter" queue?dry-candle-10379
01/08/2021, 5:55 AMdeadLetterQueue = aws.sqs.Queue(
f"{service_name}-dead-letter-queue",
)
redriveQueue = aws.sqs.Queue(
f"{service_name}-retry-queue",
redrive_policy=json.dumps({
"deadLetterTargetArn": deadLetterQueue.arn,
"maxReceiveCount": 4,
})
)
Doesn't look like this is working - the arn isn't serializable. Are there any higher level methods for attaching redrives?best-belgium-60726
01/08/2021, 5:57 AMaws:accessKey
+ aws:secretAccessKey
- these values work and are mostly respected when running pulumi up
, but appear completely ignored when running pulumi down
dry-candle-10379
01/08/2021, 6:17 AMtall-needle-56640
01/08/2021, 7:44 PMC:\repos\azure-sql-aad-pulumi\pulumi [main +109 ~0 -0 !]> pulumi up --logtostderr -v=3 --skip-preview
I0108 133551.698514 33472 util.go:531] errors detecting git metadata: 2 errors occurred:
* detecting Git remote URL: could not read origin information: remote not found
* getting repository HEAD: reference not found
Updating (dev-asa):
Type Name Status Info
pulumipulumiStack AzureSqlAad-dev-asa 'dotnet build -nologo .' completed successfully
I0108 133605.862638 33472 eventsink.go:59] 2021/01/08 133605 Testing if Service Principal / Client Certificate is applicable for Authentication..
I0108 133605.864664 33472 eventsink.go:59] 2021/01/08 133605 Testing if Multi Tenant Service Principal / Client Secret is applicable for Authentication..
I0108 133605.866641 33472 eventsink.go:59] 2021/01/08 133605 Testing if Service Principal / Client Secret is applicable for Authentication..
I0108 133605.867638 33472 eventsink.go:59] 2021/01/08 133605 Testing if Managed Service Identity is applicable for Authentication..
I0108 133605.867638 33472 eventsink.go:59] 2021/01/08 133605 Testing if Obtaining a token from the Azure CLI is applicable for Authentication..
I0108 133605.868641 33472 eventsink.go:59] 2021/01/08 133605 Using Obtaining a token from the Azure CLI for Authentication
I0108 133605.877643 33472 eventsink.go:59] Resource "https://management.core.windows.net/" isn't for the correct Tenant
I0108 133605.877643 33472 eventsink.go:59] Resource "https://management.core.windows.net/" isn't for the correct Tenant
I0108 133605.879647 33472 eventsink.go:59] Resource "https://management.core.windows.net/" isn't for the correct Tenant
I0108 133605.881642 33472 eventsink.go:59] Resource "https://management.core.windows.net/" isn't for the correct Tenant
I0108 133605.884640 33472 eventsink.go:59] Resource "https://management.core.windows.net/" isn't for the correct Tenant
I0108 133605.885641 33472 eventsink.go:59] Resource "https://management.core.windows.net/" isn't for the correct Tenant
I0108 133605.886652 33472 eventsink.go:59] Resource "https://management.core.windows.net/" isn't for the correct Tenant
I0108 133605.887657 33472 eventsink.go:59] Resource "499b84ac-1321-427f-aa17-267ca6975798" isn't a management domain
I0108 133605.889653 33472 eventsink.go:59] Resource "https://management.core.windows.net/" isn't for the correct Tenant
I0108 133605.894647 33472 eventsink.go:59] Resource "https://graph.windows.net/" isn't a management domain
I0108 133605.911646 33472 eventsink.go:59] Resource "https://management.azure.com/" isn't for the correct Tenant
I0108 133605.921647 33472 eventsink.go:59] Resource "https://storage.azure.com/" isn't a management domain
I0108 133605.924649 33472 eventsink.go:59] Resource "https://vault.azure.net" isn't a management domain
Type Name Status Info
pulumipulumiStack AzureSqlAad-dev-asa running. 'dotnet build -nologo .' completed successfully
I0108 133613.274790 33472 eventsink.go:59] Fields to assign: ["urn"]
I0108 133613.277788 33472 eventsink.go:59] Registering resource start: t=pulumipulumiStack, name=AzureSqlAad-dev-asa, custom=False, remote=False
I0108 133613.279792 33472 eventsink.go:59] Preparing resource: t=pulumipulumiStack, name=AzureSqlAad-dev-asa, custom=False, remote=False
I0108 133613.283835 33472 eventsink.go:59] Prepared resource: t=pulumipulumiStack, name=AzureSqlAad-dev-asa, custom=False, remote=False
I0108 133613.284796 33472 eventsink.go:59] Registering resource monitor start: t=pulumipulumiStack, name=AzureSqlAad-dev-asa, custom=False, remote=False
I0108 133613.286792 33472 eventsink.go:59] Registering resource monitor end: t=pulumipulumiStack, name=AzureSqlAad-d pulumipulumiStack AzureSqlAad-dev-asa running.. 'dotnet build -nologo .' completed successfully
I0108 133618.644980 33472 eventsink.go:59] Fields to assign: ["id","urn","name","location","properties","type","tags","managedBy"]
I0108 133618.645981 33472 eventsink.go:59] Registering resource start: t=azure-nextgenresources/latestResourceGroup, name=resourceGroup, custom=True, remote=False
I0108 133618.649006 33472 eventsink.go:59] Preparing resource: t=azure-nextgenresources/latestResourceGroup, name=resourceGroup, custom=True, remote=False
Type Name Status Info
pulumipulumiStack AzureSqlAad-dev-asa running error: update failed
+ └─ azure-nextgensql/latestServer sqlServer creating failed error: json: cannot unmarshal a
I0108 133624.578437 33472 ignore.go:44] Explicitly ignoring and discarding error: rpc error: code = Canceled desc = grpc: the client connection is closing
I0108 133624.695790 33472 ignore.go:44] Explicitly ignoring and discarding error: 2 errors occurred:
* TerminateProcess: Access is denied.
pulumipulumiStack AzureSqlAad-dev-asa failed 1 error
+ └─ azure-nextgensql/latestServer sqlServer creating failed 1 error
Diagnostics:
azure-nextgensql/latestServer (sqlServer):
error: json: cannot unmarshal array into Go struct field serviceError2.details of type map[string]interface {}
pulumipulumiStack (AzureSqlAad-dev-asa):
error: update failed
Resources:
2 unchanged
Duration: 19s
tall-needle-56640
01/08/2021, 7:44 PMDiagnostics:
pulumipulumiStack (AzureSqlAad-dev-asa):
error: update failed
azure-nextgensql/latestServer (sqlServer):
error: json: cannot unmarshal array into Go struct field serviceError2.details of type map[string]interface {}Here's my stack:
public MyStack()
{
string resourceGroupName = "my-rg";
string location = "WestUS";
string sqlServerName = "someServer20210108";
string sqlAdministratorLogin = "admin";
string sqlAdministratorPassword = "Password1!";
var resourceGroup = new ResourceGroup("resourceGroup", new ResourceGroupArgs
{
ResourceGroupName = resourceGroupName,
Location = location,
});
new Server("sqlServer", new ServerArgs
{
ServerName = sqlServerName,
ResourceGroupName = resourceGroup.Name,
Location = location,
AdministratorLogin = sqlAdministratorLogin,
AdministratorLoginPassword = sqlAdministratorPassword,
});
}
Here's the full log for `pulumi up --logtostderr -v=3 --skip-preview`:thousands-london-78260
01/08/2021, 8:49 PMfull-dress-10026
01/08/2021, 9:28 PMparameters
for a cloudformation Stack to be a map of string to string (see docs)? Some cloudformation templates use other value types causing them to fail (e.g., "creating CloudFormation stack failed: ValidationError: Parameter 'MinInstancesInService' must be a number."worried-wall-60272
01/08/2021, 9:43 PMorange-holiday-79016
01/09/2021, 2:16 PMpulumi/pulumi-python
docker container?
We are trying to make the following work using Pulumi (highly simplified):
1. Create a k8s cluster on GKE
2. Create a databaseInstance
3. Deploy the database credentials as a secret in the k8s cluster created in step 1
The pulumi/pulumi-python container doesn’t have gcloud-sdk installed (then we could run gcloud container clusters get-credentials
), this would be an option, but we’d prefer there to be a more ‘native’ way of doing.quaint-electrician-41503
01/09/2021, 8:00 PMError initializing PostgreSQL client: error detecting capabilities: error PostgreSQL version: dial tcp :5432: connect: connection refused
. But I’m able to connect to the instance using psql. I found some issues via terraform provider, but making similar changes and not having any luck.kind-mechanic-53546
01/10/2021, 5:26 AMnarrow-jackal-57645
01/11/2021, 7:27 AM-
?
For example: pulumi config set myValue '---hello'
I would expect the command pass however it yields:
Error: bad flag syntax: ---helo
Usage:
pulumi config set <key> [value] [flags]
And if I escape the value with \
, that is `pulumi config set myValue \-\-\-hello
the set value is not correct
Any help is appreciatedancient-actor-17231
01/11/2021, 11:42 AMmillions-market-17062
01/11/2021, 1:34 PMerror: aws:ec2/launchConfiguration:LaunchConfiguration resource 'eks-matan-ng1-nodeLaunchConfiguration' has a problem: Attribute must be a single value, not a list
sparse-spring-91820
01/11/2021, 2:08 PMconfig:
aws:region: us-east-1
othernamespace:foo bar
pulumi-config-test:foo: bar
inside my pulumi-config-test
project.
Inside my code:
const pulumi = require('@pulumi/pulumi');
const config = new pulumi.Config();
const foo1 = config.get('foo'); // Outputs bar
const foo2 = config.get('othernamespace:foo'); // undefined
const region = config.get('aws:region'); // undefined
I can't get config variables that are in a different namespace than my project name.
So for example, if I want to use region
variable inside my code I have to set a new config variable: pulumi-config-test:region
with the same value as aws:region
variable. Is there any way I can access config variables with a different namespace than the project name inside my code?
Thanks for any help!brash-wall-70218
01/11/2021, 6:35 PMpulumi import
with SpotFleetRequest
for AWS.
I get an error like so:
ec2/spotFleetRequest:SpotFleetRequest resource 'github-runner-spot-fleet-request' has a problem: ExactlyOne: "launch_template_config": one of launch_specification,launch_template_config must be specified
.
when importing a spot fleet request definition from AWS.
I am importing the launch template as part of the same bulk import.quaint-electrician-41503
01/11/2021, 10:25 PMdazzling-fish-70036
01/11/2021, 11:20 PMquaint-electrician-41503
01/12/2021, 12:31 AMfull-dress-10026
01/12/2021, 12:43 AMignoreChanges
support nested properties?red-nest-35390
01/12/2021, 10:27 AMmagnificent-restaurant-51456
01/12/2021, 11:22 AMshy-engine-52236
01/12/2021, 12:15 PMgorgeous-match-99659
01/12/2021, 2:16 PM