Method: Ufo::Names#cluster

Defined in:
lib/ufo/names.rb

#clusterObject



12
13
14
15
16
17
18
# File 'lib/ufo/names.rb', line 12

def cluster
  string = callable_option(
    config_name: "ecs.cluster", # Ufo.ecs.cluster => :ENV => dev
    passed_args: [self],
  )
  expansion(string) # IE: :ENV => dev
end