Skip to content

sil-org/terraform-aws-adminer

Repository files navigation

terraform-aws-adminer

This module is used to create an ECS service running Adminer.

What this does

  • Create target group for ALB to route based on hostname
  • Create task definition and ECS service for Adminer
  • Create Cloudflare DNS record

Provider dependencies

aws

providers/hashicorp/aws

example configuration:

provider "aws" {
  region     = var.aws_region
  access_key = var.aws_access_key_id
  secret_key = var.aws_secret_access_key
}

cloudflare

providers/cloudflare/cloudflare

example configuration using email and global API key:

provider "cloudflare" {
  email      = var.cloudflare_email
  api_key    = var.cloudflare_api_key
}

example configuration using an API token:

provider "cloudflare" {
  api_token  = var.cloudflare_token
}

Example

A working example usage of this module is included in the source repository.

More info

More information is available at the Terraform Registry

About

Terraform module to create an ECS service running Adminer

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages