Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Azure ACI example #452

Merged
merged 7 commits into from
Aug 21, 2024
Merged

Add Azure ACI example #452

merged 7 commits into from
Aug 21, 2024

Conversation

polkx
Copy link
Collaborator

@polkx polkx commented Apr 11, 2024

@polkx polkx requested a review from lbialy April 11, 2024 12:32
@pawelprazak
Copy link
Contributor

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

@pawelprazak pawelprazak added this to the 0.3.0 milestone Apr 12, 2024
@pawelprazak pawelprazak added the area/examples Usage examples label Apr 12, 2024
examples/azure-aci/Main.scala Outdated Show resolved Hide resolved
@pawelprazak
Copy link
Contributor

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

@pawelprazak pawelprazak added the blocked Something is blocking this issue form progressing label Apr 15, 2024
@pawelprazak pawelprazak changed the title add azure ACI example Add azure ACI example Apr 16, 2024
@pawelprazak pawelprazak changed the title Add azure ACI example Add Azure ACI example Apr 16, 2024
@pawelprazak pawelprazak modified the milestones: 0.3.0, 0.3.1, 0.4.0 Apr 17, 2024
Copy link
Collaborator

@lbialy lbialy left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you uncomment the export and check this on 0.4.0-SNAPSHOT core? It should work now.

@polkx
Copy link
Collaborator Author

polkx commented Aug 13, 2024

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

@lbialy
Copy link
Collaborator

lbialy commented Aug 13, 2024

Ok, I'll take a look at it.

@lbialy
Copy link
Collaborator

lbialy commented Aug 18, 2024

λ 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 lbialy removed the blocked Something is blocking this issue form progressing label Aug 18, 2024
@lbialy lbialy merged commit 29ae540 into main Aug 21, 2024
3 checks passed
@lbialy lbialy deleted the kpoliwka/azure-aci-example branch August 21, 2024 13:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/examples Usage examples
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants