old comment
This commit is contained in:
parent
00730aed0b
commit
4195531925
|
@ -2,8 +2,6 @@ terraform {
|
||||||
required_providers {
|
required_providers {
|
||||||
foo-test = {
|
foo-test = {
|
||||||
source = "foo/test"
|
source = "foo/test"
|
||||||
// TODO: these are strings until the parsing code is refactored to allow
|
|
||||||
// raw references
|
|
||||||
configuration_aliases = [foo-test.a, foo-test.b]
|
configuration_aliases = [foo-test.a, foo-test.b]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue