Skip to content

Commit

Permalink
Force FlowLog resource replacement
Browse files Browse the repository at this point in the history
  • Loading branch information
farski committed May 15, 2024
1 parent 1fbaf4f commit d5b5642
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions spire/templates/shared-vpc/flow-logs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,12 +63,12 @@ Resources:
- { Key: prx:cloudformation:root-stack-id, Value: !Ref RootStackId }
- { Key: prx:ops:environment, Value: !Ref EnvironmentType }
- { Key: prx:dev:application, Value: Common }
FlowLog:
FlowLogV7:
Type: AWS::EC2::FlowLog
Properties:
DeliverLogsPermissionArn: !GetAtt DeliverLogsRole.Arn
# LogDestinationType: cloud-watch-logs
LogGroupName: !Ref FlowLogGroup
LogDestination: !GetAtt FlowLogGroup.Arn
LogDestinationType: cloud-watch-logs
ResourceId: !Ref VpcId
ResourceType: VPC
Tags:
Expand Down

0 comments on commit d5b5642

Please sign in to comment.