awslabs / diagram-as-code

Diagram-as-code for AWS architecture.
Apache License 2.0
405 stars 22 forks source link

Refactor: change parameter name for more easy-understand #76

Closed a2ush closed 1 month ago

a2ush commented 1 month ago

Issue #, if available:

It's hard to understand what value the parameter has due to the short name "v". "v" parameter has data as the following;

Resource {
    Type: "AWS::Diagram::Cloud",
    Icon: "",
    Direction: "",
    Preset: "AWSCloudNoLogo",
    Align: "center",
    FillColor: "",
    Title: "",
    TitleColor: "",
    Font: "",
    Children: [] string {
        "SampleFargateCluster"
    }
}

Description of changes:

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.