Skip to content

Terraform module to enable Overmind quickly and easily to a project.

License

Notifications You must be signed in to change notification settings

davidjeddy/terraform-aws-overmind

Repository files navigation

Overmind Terraform module by David J Eddy

Overmind

Description

Terraform module to enable Overmind quickly and easily to a project.

Usage

Following the Overmind getting-started process this module provides an additional option for onboarding a project managed by Terraform and hosted in AWS.

  • Add a reference to the module in your project
module "overmind" {
  source  = "davidjeddy/overmind/aws"
  version = "1.0.1"
}
  • Add a new output in your project
output "overmind_iam_role_arn" {
  description = "IAM role ARN for Overmind"
  value = module.overmind.iam_role_arn
}
  • Execute Terraform to deploy the resources
terraform apply
...
module.overmind.aws_iam_policy.this: Refreshing state... [id=arn:aws:iam::672699160972:policy/overmind]
module.overmind.aws_iam_role.this: Refreshing state... [id=overmind]
module.overmind.aws_iam_role_policy_attachment.this: Refreshing state... [id=overmind-...]

Apply complete! ...

Outputs:

overmind_iam_role_arn = "arn:aws:iam::672699160972:role/overmind"

About

Terraform module to enable Overmind quickly and easily to a project.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages