main.tf 107 B

1234
  1. # Some instance variables
  2. locals {
  3. is_moose = length(regexall("moose", var.prefix)) > 0 ? true : false
  4. }