Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add border line to resources which have children #71

Merged
merged 1 commit into from
May 9, 2024

Conversation

a2ush
Copy link
Member

@a2ush a2ush commented May 9, 2024

Issue #, if available:

There is an issue where the border is not displayed even for resources that have children.

Description of changes:

If a resource has children, the border line will be drawn.

Resources:
  SampleFargateCluster:
    Type: AWS::ECS::Cluster

ECS1

Resources:
  SampleFargateCluster:
    Type: AWS::ECS::Cluster

  SampleFargateService:
    Type: AWS::ECS::Service
    Properties:
      Cluster: !Ref SampleFargateCluster

ECS

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

@a2ush a2ush merged commit 4fefdb6 into awslabs:main May 9, 2024
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant