Skip to content

Commit

Permalink
Use underscore to exercise name sanitization
Browse files Browse the repository at this point in the history
  • Loading branch information
gordon-klotho committed Dec 14, 2023
1 parent cad3c17 commit 79358f3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkg/engine2/testdata/ecs_rds.input.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@ constraints:
- node: aws:ecs_service:ecs_service_0
operator: add
scope: application
- node: aws:rds_instance:rds-instance-2
- node: aws:rds_instance:rds_instance_2 # deliberately use underscores to run name sanitization
operator: add
scope: application
- operator: must_exist
scope: edge
target:
source: aws:ecs_service:ecs_service_0
target: aws:rds_instance:rds-instance-2
target: aws:rds_instance:rds_instance_2

0 comments on commit 79358f3

Please sign in to comment.