salmon-printer-16080
12/01/2021, 1:30 AMWebAppSwiftVirtualNetworkConnectionSlot
I am able to create the WebAppSwiftVirtualNetworkConnection
(non-slot variant) fine, just having issues with the slot.
Inside the error message, it says the resource already exists, and going to the resource ID on azure, it does. But the subnet I tried to link to the webapp slot does not show up under the networking tab.
Error message inside pipeline:
error: cannot create already existing subresource '/subscriptions/<sub>/resourceGroups/<rg>/providers/Microsoft.Web/sites/<webapp>/slots/deploy/networkConfig/virtualNetwork
Update:
I have done some testing, and created band new ASP's and WebApps, without any networking aspects. After, creation. the resource above will network/virtualNetwork
component always exist. Due to that the WebAppSwiftVirtualNetworkConnectionSlot
will always fail. The API is either checking the wrong resource, or its using the wrong API in the background to try update it.steep-beach-52652
12/01/2021, 5:04 AMaws:servicediscovery:Service (authz):
error: deleting urn:pulumi:dev::dev::aws:servicediscovery/service:Service::authz: 1 error occurred:
* error deleting Service Discovery Service (srv-snwdir73q7fvhln4): ResourceInUse: Service contains registered instances; delete the instances before deleting the service
steep-beach-52652
12/01/2021, 5:13 AMsteep-beach-52652
12/01/2021, 5:13 AMmagnificent-lifeguard-15082
12/01/2021, 12:57 PMastonishing-monitor-79630
12/01/2021, 2:43 PMfull-artist-27215
12/01/2021, 7:20 PMresource-{i}
, where i
is just a counter), but I was curious if others had any guidance to provide here. Thanks!most-lighter-95902
12/02/2021, 12:58 AMnew StackReference
as many times I need, but when I put it in a function and it gets called twice, I get resource 'urn:pulumi:app-staging::ckc-test::pulumi:pulumi:StackReference::seunggs/ckc-test/app-build' registered twice (read and read)
error and pulumi up
fails during preview. What am I doing wrong?salmon-printer-16080
12/02/2021, 3:04 AMpulumi-azure-native
providers get released? I see 1.48 is the latest from 2 days ago, some code im wanting to use was just merged yesterday, so just seeing when this will become available for us to use 🙂high-vase-81611
12/02/2021, 4:48 PMmelodic-car-16900
12/02/2021, 6:06 PMmelodic-car-16900
12/02/2021, 7:34 PMmelodic-car-16900
12/02/2021, 7:35 PMmelodic-car-16900
12/02/2021, 7:46 PMbig-potato-91793
12/02/2021, 8:43 PMSIGKILL
signal?billions-hospital-77217
12/02/2021, 9:41 PMlittle-journalist-4778
12/03/2021, 8:55 AMskipMetadataApiCheck false
to all providers:
https://github.com/pulumi/pulumi-aws/issues/1692mammoth-journalist-45153
12/03/2021, 9:53 AMpulumi.asset
objects, pulumi.asset.FileArchive, pulumi.asset.FileAsset
and others. We are seeing that when two developers deploy to the same environment, using the exact same files, pulumi wrongly identifies that these files/folders have changed => this causes very large deployment times (that is another issue). All developers use a similar environment setup, and are all on the same pulumi version. Has anyone encountered similar behavior? any thoughts about what we can do to further investigate why this is happening?salmon-area-34685
12/03/2021, 10:18 AMworried-xylophone-86184
12/03/2021, 1:50 PMpulumi login <https://app.pulumi.com>
error: problem logging in: getting user info from <https://app.pulumi.com>: unmarshalling response object: invalid character '<' looking for beginning of value
Any help would be appreciatedlate-chef-72896
12/03/2021, 3:21 PMgetOrganization
function and to start simple I want to get the org ID. Based on how that is used in this example https://www.pulumi.com/registry/packages/aws/api-docs/organizations/getorganization/#sns-topic-that-can-be-interacted-by-the-organization-only I assumed I could use this
const org = aws.organizations.getOrganization({});
console.log(org.id)
late-chef-72896
12/03/2021, 3:21 PMid
that way.late-chef-72896
12/03/2021, 3:22 PMhigh-morning-17948
12/03/2021, 5:00 PMbillions-hospital-77217
12/03/2021, 7:00 PMPulumi.Aws.Ebs.Volume[] mem_sql_master_vol = new Pulumi.Aws.Ebs.Volume[MASTERS];
acceptable-oil-81004
12/03/2021, 7:50 PMbusy-island-31180
12/04/2021, 12:48 AMstring
as an input. How do I convert from pulumi.InputString
to a vanilla string
?busy-island-31180
12/04/2021, 12:50 AMAssumeRolePolicy
(which is just a string/json document). In order to construct this json document, I need an output value from another resource (an OIDC provider), which would not be known until apply
timebusy-island-31180
12/04/2021, 12:51 AMbusy-island-31180
12/04/2021, 12:52 AM