besom icon indicating copy to clipboard operation
besom copied to clipboard

Add Azure ACI example

Open polkx opened this issue 1 year ago • 4 comments

Example based on: https://github.com/pulumi/examples/tree/master/azure-ts-aci

polkx avatar Apr 11 '24 12:04 polkx

Thnk you, please rebase on main and update core libs to 0.3.0-SNAPSHOT and providers to 0.3-SNAPSHOT.

pawelprazak avatar Apr 12 '24 08:04 pawelprazak

@lbialy would you be able to provide Output.recover to enable a workaround here?

pawelprazak avatar Apr 15 '24 05:04 pawelprazak

bump version to 0.4.0-SNAPSHOT and uncomment export but it is still not working. Same error as before

polkx avatar Aug 13 '24 11:08 polkx

Ok, I'll take a look at it.

lbialy avatar Aug 13 '24 11:08 lbialy

λ pulumi up
Previewing update (dev)

     Type                                              Name            Plan
 +   pulumi:pulumi:Stack                               azure-aci-dev   create
 +   ├─ azure-native:resources:ResourceGroup           resourceGroup   create
 +   └─ azure-native:containerinstance:ContainerGroup  containerGroup  create

Outputs:
    containerIPv4Address: output<string>

Resources:
    + 3 to create

Do you want to perform this update? yes
Updating (dev)

     Type                                              Name            Status
 +   pulumi:pulumi:Stack                               azure-aci-dev   created (48s)
 +   ├─ azure-native:resources:ResourceGroup           resourceGroup   created (4s)
 +   └─ azure-native:containerinstance:ContainerGroup  containerGroup  created (38s)

Outputs:
    containerIPv4Address: "<REDACTED>"

Resources:
    + 3 created

Duration: 55s

After rebase onto main works fine.

lbialy avatar Aug 18 '24 21:08 lbialy