Supports the creation of the required IAM role for Lumigo serverless integration
# -----------------------------------------------------------------------------
# Lumigo
# -----------------------------------------------------------------------------
module "lumigo" {
source = "github.com/waracle/tf-lumigo?ref=v1.0.0"
}
# This is the role_arn to add to lumigo when adding a new project
output "lumigo_role_arn" {
value = module.lumigo.lumigo_role_arn
}
Name | Version |
---|---|
terraform | >= 0.14 |
aws | >= 3.27 |
Name | Version |
---|---|
aws | >= 3.27 |
No modules.
Name | Type |
---|---|
aws_iam_policy.lumigo_integration | resource |
aws_iam_role.lumigo_integration_role | resource |
aws_iam_role_policy_attachment.lumigo_integration_policy_attachment | resource |
aws_iam_policy_document.assume_role_policy | data source |
aws_iam_policy_document.lumigo_integration_policies | data source |
No inputs.
Name | Description |
---|---|
lumigo_role_arn | The ARN of the generated Lumigo role |
Module managed by Nick Hammond on behalf of the Waracle team
Please reach out to Waracle if you are looking to build enterprise applications, especially in highly regulated industries.
MIT Licensed. See LICENSE for full details.