Skip to content

Test: refreshing programs with custom providers #186

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

Open
t0yv0 opened this issue Mar 6, 2025 · 0 comments
Open

Test: refreshing programs with custom providers #186

t0yv0 opened this issue Mar 6, 2025 · 0 comments
Labels
kind/task Work that's part of an ongoing epic

Comments

@t0yv0
Copy link
Member

t0yv0 commented Mar 6, 2025

#164 started on the path of of enabling configuring OpenTOFU providers powering a module instance.

We need to add test making sure refreshing such programs does work:

const provider = new bucket.Provider("test-provider", {
    aws: {
        "region": "us-west-2" // opentofu provider configuration
    }
})

const m = new bucket.Module("mymod", {}, {provider: provider});
@pulumi-bot pulumi-bot added the needs-triage Needs attention from the triage team label Mar 6, 2025
@t0yv0 t0yv0 removed the needs-triage Needs attention from the triage team label Mar 6, 2025
@mjeffryes mjeffryes added the kind/task Work that's part of an ongoing epic label Mar 20, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/task Work that's part of an ongoing epic
Projects
None yet
Development

No branches or pull requests

3 participants