terraform/internal/command/testdata/dynamic-module-sources/local-source-with-version/main.tf

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

6 lines
115 B
Terraform
Raw Permalink Normal View History

module "test" {
source = "../boop"
version = "1.0.0" # Makes Terraform assume "source" is a module address
}