Skip to content

Commit 01668ac

Browse files
committed
added user tag to the resources
1 parent aa3d0c3 commit 01668ac

File tree

3 files changed

+17
-0
lines changed

3 files changed

+17
-0
lines changed

pre-provisioned/bastion-cft.yml

+2
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,8 @@ Resources:
119119
Tags:
120120
- Key: Name
121121
Value: suffix_WSO2BastionInstance
122+
- Key: User
123+
122124
NetworkInterfaces:
123125
- DeleteOnTermination: 'true'
124126
Description: Primary network interface

single-node/single-node.yaml

+5
Original file line numberDiff line numberDiff line change
@@ -312,6 +312,8 @@ Resources:
312312
Tags:
313313
- Key: Name
314314
Value: suffix_WSO2BastionInstance
315+
- Key: User
316+
315317
NetworkInterfaces:
316318
- DeleteOnTermination: 'true'
317319
Description: Primary network interface
@@ -409,6 +411,9 @@ Resources:
409411
- Key: cluster
410412
Value: is
411413
PropagateAtLaunch: 'true'
414+
- Key: User
415+
416+
PropagateAtLaunch: 'true'
412417
DependsOn:
413418
- WSO2ISNodeLaunchConfigurationsuffix
414419

two-node-cluster/2-node-cluster.yml

+10
Original file line numberDiff line numberDiff line change
@@ -322,6 +322,8 @@ Resources:
322322
Tags:
323323
- Key: Name
324324
Value: suffix_WSO2BastionInstance
325+
- Key: User
326+
325327
NetworkInterfaces:
326328
- DeleteOnTermination: 'true'
327329
Description: Primary network interface
@@ -369,6 +371,8 @@ Resources:
369371
Tags:
370372
- Key: Name
371373
Value: suffix_WSO2NGinxInstance
374+
- Key: User
375+
372376
NetworkInterfaces:
373377
- DeleteOnTermination: 'true'
374378
Description: Primary network interface
@@ -454,6 +458,9 @@ Resources:
454458
- Key: cluster
455459
Value: is
456460
PropagateAtLaunch: 'true'
461+
- Key: User
462+
463+
PropagateAtLaunch: 'true'
457464
DependsOn:
458465
- WSO2ISNodeLaunchConfigurationsuffix
459466

@@ -475,6 +482,9 @@ Resources:
475482
- Key: cluster
476483
Value: is
477484
PropagateAtLaunch: 'true'
485+
- Key: User
486+
487+
PropagateAtLaunch: 'true'
478488
DependsOn:
479489
- WSO2ISNodeLaunchConfigurationsuffix
480490

0 commit comments

Comments
 (0)