Skip to content

Commit

Permalink
Removed on DependsOn from region,namespace and accountid fields
Browse files Browse the repository at this point in the history
  • Loading branch information
akhil-sumologic committed Jul 9, 2024
1 parent fab80d9 commit 1ab9155
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions aws-observability/apps/common/resources.template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -862,7 +862,6 @@ Resources:

AddRegionField:
Type: Custom::SumoLogicFieldsSchema
DependsOn: AddAccountField
Properties:
ServiceToken: !GetAtt LambdaHelper.Arn
FieldName: "region"
Expand All @@ -873,7 +872,6 @@ Resources:

AddNamespaceField:
Type: Custom::SumoLogicFieldsSchema
DependsOn: AddRegionField
Properties:
ServiceToken: !GetAtt LambdaHelper.Arn
FieldName: "namespace"
Expand All @@ -884,7 +882,6 @@ Resources:

AddAccountIdField:
Type: Custom::SumoLogicFieldsSchema
DependsOn: AddNamespaceField
Properties:
ServiceToken: !GetAtt LambdaHelper.Arn
FieldName: "accountid"
Expand Down

0 comments on commit 1ab9155

Please sign in to comment.