old comment

This commit is contained in:
James Bardin 2021-02-11 17:39:51 -05:00
parent 00730aed0b
commit 4195531925
1 changed files with 0 additions and 2 deletions

View File

@ -2,8 +2,6 @@ terraform {
required_providers {
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]
}
}