acceptable-stone-35112
04/17/2020, 2:21 PMcolossal-tent-75408
04/17/2020, 10:21 PMgreat-sundown-93190
04/19/2020, 8:10 PMemailConfiguration
, passwordPolicy
and schemas
. But they are just static values. Seems like the default values are just missing with what I actually have described. Is that normal behaviour? The order is also reversed now in the diff.great-postman-59271
04/20/2020, 9:07 AMsparse-state-34229
04/20/2020, 9:09 AMhundreds-receptionist-31352
04/20/2020, 5:40 PMquiet-wolf-18467
quiet-wolf-18467
subnetIds: []
in eks.Cluster
, but won't work when I use publicSubnetIds: []
and privateSubnetIds[]
quiet-wolf-18467
quiet-wolf-18467
// Form the subnetIds to use on the cluster from either:
// - subnetIds
// - A combination of privateSubnetIds and/or publicSubnetIds.
if (args.subnetIds !== undefined) {
clusterSubnetIds = args.subnetIds;
} else if (args.publicSubnetIds !== undefined || args.privateSubnetIds !== undefined) {
clusterSubnetIds = pulumi.all([
args.publicSubnetIds || [],
args.privateSubnetIds || [],
]).apply(([publicIds, privateIds]) => {
return [...publicIds, ...privateIds];
});
}
quiet-wolf-18467
quiet-wolf-18467
* Note: The use of `subnetIds`, along with `publicSubnetIds`
* and/or `privateSubnetIds` is mutually exclusive. The use of
* `publicSubnetIds` and `privateSubnetIds` is encouraged.
quiet-wolf-18467
breezy-butcher-78604
04/22/2020, 6:29 AMpulumi up
it appears to want to update a KMS key even though there’s been no changes to that resource. When I view the details of the change, the resource is listed but without any changes. when i apply the change, theres a PutKeyPolicy
action performed (i can see it in cloudtrail) but theres no change. Any ideas?
the main reason this is an issue is because our CI/CD tool doesn’t have write permission to KMS keys, only read (by design) so the initial deployment is done elsewhere with the relevant credentials. However that assumes that whenever any other changes go through CI/CD, it doesnt need to update any keys.gifted-city-99717
04/27/2020, 1:59 AM/Users/user/code/pulumi-influxdb/go.mod:9: require <http://github.com/pulumi/pulumi-aws/sdk/v2/go/aws|github.com/pulumi/pulumi-aws/sdk/v2/go/aws>: version "v2.1.0" invalid: unknown revision sdk/v2/go/aws/v2.1.0
anyone have any suggestions?alert-processor-41605
05/02/2020, 10:58 PM<http://aws.lb|aws.lb>.LoadBalancer
to a new <http://awsx.lb|awsx.lb>.ApplicationLoadBalancer
? I am using the typescript package currently. I want to take advantage of the features of aws crosswalk, but it's import that I can use an imported resource of an ALB that already exists in my amazon account. For all the other crosswalk resources, I have used the pattern of creating a non crosswalk resource using the import
option and then passing that in as the argument to create the crosswalk resource. Am I missing something here with the load balancer? As far as I can tell, it will always create a new load balancer and there is no way to pass in an existing one.hundreds-receptionist-31352
05/04/2020, 7:21 PMacceptable-stone-35112
05/05/2020, 3:10 PMabundant-airplane-93796
05/07/2020, 5:55 PMpreparing urn:pulumi:sandbox::irisvr-infra::aws:s3/bucket:Bucket::prospect-releases's old property state: expected string or JSON map; got <nil>
broad-dog-22463
05/11/2020, 11:01 AMbroad-dog-22463
05/11/2020, 11:01 AMbroad-dog-22463
05/11/2020, 11:02 AMbroad-dog-22463
05/11/2020, 12:03 PM▶ pulumi up
Previewing update (dev):
Type Name Plan Info
pulumi:pulumi:Stack create-dev
└─ aws:s3:Bucket test 1 error
Diagnostics:
aws:s3:Bucket (test):
error: preparing urn:pulumi:dev::create::aws:s3/bucket:Bucket::test's old property state: expected string or JSON map; got <nil>
broad-dog-22463
05/11/2020, 12:03 PMbroad-dog-22463
05/11/2020, 12:03 PM~/code/create ⍉
▶ pulumi up
Previewing update (dev):
Type Name Plan
pulumi:pulumi:Stack create-dev
Resources:
2 unchanged
best-receptionist-98400
05/11/2020, 12:19 PMTargetGroupAttachment
for ALBs and NLBs. For ELBs though, it says to see the Terraform provider. So does that mean, for this piece I need to use terraform rather than Pulumi?
https://www.pulumi.com/docs/reference/pkg/aws/applicationloadbalancing/targetgroupattachment/incalculable-engineer-92975
05/13/2020, 5:21 PMacceptable-stone-35112
05/13/2020, 7:23 PMquaint-jelly-95055
05/14/2020, 9:37 AMacceptable-stone-35112
05/14/2020, 9:54 AM