fogg icon indicating copy to clipboard operation
fogg copied to clipboard

module_source won't let you specify providers

Open edulop91 opened this issue 4 years ago • 1 comments

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
    }
}

edulop91 avatar May 28 '20 20:05 edulop91

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

mbarrien avatar May 28 '20 20:05 mbarrien