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 @@ -376,19 +376,32 @@ Parameters:
376
376
Default : " false"
377
377
378
378
Outputs :
379
+ VpcId :
380
+ Value : !Ref Vpc
381
+ Export :
382
+ Name : !Sub '${AWS::StackName}-VpcId'
383
+
379
384
ManagedSecretsBucket :
380
385
Value :
381
386
!If [CreateSecretsBucket, !Ref ManagedSecretsBucket, "" ]
387
+ Export :
388
+ Name : !Sub '${AWS::StackName}-ManagedSecretsBucket'
382
389
383
390
ManagedSecretsLoggingBucket :
384
391
Value :
385
392
!If [CreateSecretsBucket, !Ref ManagedSecretsLoggingBucket, "" ]
393
+ Export :
394
+ Name : !Sub '${AWS::StackName}-ManagedSecretsLoggingBucket'
386
395
387
396
AutoScalingGroupName :
388
397
Value : !Ref AgentAutoScaleGroup
398
+ Export :
399
+ Name : !Sub '${AWS::StackName}-AutoScalingGroupName'
389
400
390
401
InstanceRoleName :
391
402
Value : !Ref IAMRole
403
+ Export :
404
+ Name : !Sub '${AWS::StackName}-InstanceRoleName'
392
405
393
406
Conditions :
394
407
UseSpotInstances :
You can’t perform that action at this time.
0 commit comments