Sha256: 65ed3c0efc153c8fe14eff964e2f37b37348e3aa42567e7c6b95e0126934b0e0
Contents?: true
Size: 373 Bytes
Versions: 8
Compression:
Stored size: 373 Bytes
Contents
template "blog-web-prod" do app,role,env = name.split('-') source "web" variables( env: env, app: app, role: role, instance_type: "t2.small", port: "80", high_threshold: "35", high_periods: "4", low_threshold: "20", low_periods: "2", max_size: "6", min_size: "3", down_adjustment: "-1", up_adjustment: "2" ) end
Version data entries
8 entries across 8 versions & 1 rubygems