We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/oldcoder01/aws-mcp-audit'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
outputs.tf•315 B
output "role_arn" { value = aws_iam_role.contractor_audit.arn }
output "contractor_instructions" {
value = <<EOT
Give the contractor:
- role_arn: ${aws_iam_role.contractor_audit.arn}
- external_id: (the value you set for external_id)
They will assume role via STS with ExternalId. No access keys required.
EOT
}