besom
besom copied to clipboard
Add Azure ACI example
Example based on: https://github.com/pulumi/examples/tree/master/azure-ts-aci
Thnk you, please rebase on main and update core libs to 0.3.0-SNAPSHOT and providers to 0.3-SNAPSHOT.
@lbialy would you be able to provide Output.recover to enable a workaround here?
bump version to 0.4.0-SNAPSHOT and uncomment export but it is still not working. Same error as before
Ok, I'll take a look at it.
λ 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.