Update main.tf

This commit is contained in:
Brian Jung
2022-10-28 11:19:46 -04:00
committed by GitHub
parent 22736473fd
commit 980cc678c8

View File

@@ -13,7 +13,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
locals {
project_ids = toset(var.monitored_projects_list)
projects = join(",", local.project_ids)