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

module_source won't let you specify providers #481

Open
edulop91 opened this issue May 28, 2020 · 1 comment
Open

module_source won't let you specify providers #481

edulop91 opened this issue May 28, 2020 · 1 comment

Comments

@edulop91
Copy link
Contributor

edulop91 commented May 28, 2020

Fogg's module_source feature doesn't let you specify providers such as:

module foobar {
    source = ""asfdasdfaf"

    providers {
        aws = aws
        aws.us-east-1 = aws.us-east-1
    }
}
@mbarrien
Copy link
Contributor

While we're here, may also want to future proof for other cases we want to add things to a module, such as Terraformm 0.13's depends_on, or possibly for_each/count

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants