Sha256: 0e20b2c758d5463aa0a0ec5a10ea33e449cf1c39e2721b3476624d756973f740
Contents?: true
Size: 343 Bytes
Versions: 27
Compression:
Stored size: 343 Bytes
Contents
module Convection module Control # Monkey patch functions defined on Stack for use during terraform # export. class Stack alias _original_cloud cloud def cloud '${var.cloud}' end alias _original_region region def region '${data.aws_region.current.name}' end end end end
Version data entries
27 entries across 27 versions & 1 rubygems