Skip to content

Commit

Permalink
🔥 Remove Stale removed Blocks (#979)
Browse files Browse the repository at this point in the history
  • Loading branch information
connormaglynn authored Sep 10, 2024
1 parent 21c3367 commit 1ea1f5a
Showing 1 changed file with 0 additions and 20 deletions.
20 changes: 0 additions & 20 deletions management-account/terraform/secrets-manager.tf
Original file line number Diff line number Diff line change
Expand Up @@ -86,23 +86,3 @@ data "aws_secretsmanager_secret_version" "azure_entraid_oidc" {
secret_id = aws_secretsmanager_secret.azure_entraid_oidc.id
}




# EntraID: Secrets for User Sync Lambda -- secrets values to be stored in a set of key-value pairs comprising tenant, application id and application secret

removed {
from = aws_secretsmanager_secret.azure_entraid_group_sync

lifecycle {
destroy = false
}
}

removed {
from = aws_secretsmanager_secret_version.azure_entraid_group_sync

lifecycle {
destroy = false
}
}

0 comments on commit 1ea1f5a

Please sign in to comment.