data "aws_caller_identity" "current" { provider = aws } data "aws_secretsmanager_secret" "api_token" { name = "PSE_GHE_API_TOKEN" }