| Crates.io | sfn-ng |
| lib.rs | sfn-ng |
| version | 0.2.29 |
| created_at | 2020-11-18 21:14:06.240385+00 |
| updated_at | 2024-06-03 15:06:56.449344+00 |
| description | Rust replacement for sfn with more features |
| homepage | |
| repository | https://github.com/arvatoaws-labs/sfn-ng |
| max_upload_size | |
| id | 313789 |
| size | 174,463 |
Example Stack Config:
require 'attribute_struct'
AttributeStruct.new do
region 'eu-central-1'
tags do
Projekt 'tgw'
end
template 'out/tgw.json'
parameters do
env 'dev'
end
apply_stacks %w[
DEV-VPC-EU
us_east_1__DEV-VPC-USA
]
apply_mappings do
vpc_cidr_usa do
region 'us-east-1'
stack_name 'DEV-VPC-USA'
output_name 'VpcCidr'
end
vpc_cidr_eu do
region 'eu-central-1'
stack_name 'DEV-VPC-EU'
output_name 'VpcCidr'
end
end
end