File tree Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Original file line number Diff line number Diff line change @@ -383,19 +383,32 @@ Parameters:
383
383
Default : " false"
384
384
385
385
Outputs :
386
+ VpcId :
387
+ Value : !Ref Vpc
388
+ Export :
389
+ Name : !Sub '${AWS::StackName}-VpcId'
390
+
386
391
ManagedSecretsBucket :
387
392
Value :
388
393
!If [CreateSecretsBucket, !Ref ManagedSecretsBucket, "" ]
394
+ Export :
395
+ Name : !Sub '${AWS::StackName}-ManagedSecretsBucket'
389
396
390
397
ManagedSecretsLoggingBucket :
391
398
Value :
392
399
!If [CreateSecretsBucket, !Ref ManagedSecretsLoggingBucket, "" ]
400
+ Export :
401
+ Name : !Sub '${AWS::StackName}-ManagedSecretsLoggingBucket'
393
402
394
403
AutoScalingGroupName :
395
404
Value : !Ref AgentAutoScaleGroup
405
+ Export :
406
+ Name : !Sub '${AWS::StackName}-AutoScalingGroupName'
396
407
397
408
InstanceRoleName :
398
409
Value : !Ref IAMRole
410
+ Export :
411
+ Name : !Sub '${AWS::StackName}-InstanceRoleName'
399
412
400
413
AgentLifecycleTopic :
401
414
Value : !Ref AgentLifecycleTopic
You can’t perform that action at this time.
0 commit comments