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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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)