Skip to content

Commit

Permalink
Merge branch 'develop' into release/v14.4
Browse files Browse the repository at this point in the history
  • Loading branch information
pelegor committed Dec 6, 2024
2 parents cff1ef6 + 441e4dd commit 15672d0
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions aws/Full-PAS-Deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -224,6 +224,7 @@ Resources:
- LambdaDeployRole
- StorePasswordLambda
- CPMMachine
- PSMMachine
- PSMPMachine
- PTAMachine
CleanDRPassword:
Expand Down Expand Up @@ -1004,7 +1005,7 @@ Resources:
Timeout: PT20M
DeletionPolicy: Retain
DependsOn:
- PVWAMachine
- CPMMachine
PSMPMachine:
Type: AWS::EC2::Instance
Properties:
Expand Down Expand Up @@ -1049,7 +1050,7 @@ Resources:
Timeout: PT15M
DeletionPolicy: Retain
DependsOn:
- PSMMachine
- CPMMachine
PTAMachine:
Type: AWS::EC2::Instance
Properties:
Expand Down

0 comments on commit 15672d0

Please sign in to comment.