File tree Expand file tree Collapse file tree 2 files changed +10
-0
lines changed Expand file tree Collapse file tree 2 files changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -183,3 +183,8 @@ output "teams_webhook_secrets_arn" {
183183  description  =  " ARN of the secret with the teams webhooks" 
184184  value        =  . teams_webhook_secrets . arn 
185185}
186+ 
187+ output  "auth_manager_secrets_arn"  {
188+   description  =  " ARN of the secrets of the auth manager service" 
189+   value        =  . auth_manager_secrets . arn 
190+ }
Original file line number Diff line number Diff line change @@ -98,3 +98,8 @@ resource "aws_secretsmanager_secret" "teams_webhook_secrets" {
9898  name         =  " teams_webhook_secrets" 
9999  description  =  " The webhooks of Teams to send SNS messages to Teams channels" 
100100}
101+ 
102+ resource  "aws_secretsmanager_secret"  "auth_manager_secrets"  {
103+   name         =  " auth_manager_secrets" 
104+   description  =  " Secrets for the Auth Manager service" 
105+ }
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments