Skip to content
This repository has been archived by the owner on Jul 5, 2023. It is now read-only.

dvargas92495/terraform-aws-clerk

Repository files navigation

aws-clerk

Creates the AWS resources necessary to integrate your AWS website with Clerk.

Features

  • Adds DNS records to AWS to integrate with Clerk

Usage

data "aws_route53_zone" "website" {
  name = "example.com."
}

provider "aws" {
  region = "us-east-1"
}

module "aws_clerk" {
  source  = "dvargas92495/clerk/aws"
  zone_id = data.aws_route53_zone.website.zone_id
  clerk_id = "From /dns page"
}

Inputs

  • zone_id - The AWS Route53 Hosted Zone to add the Clerk DNS configuration to.
  • clerk_id - This value could be found on your Clerk DNS page and is the 12-digit randomized alpha-numeric path in the mail and clk records.

Output

There are no exposed outputs

About

A terraform module for hooking up your Clerk instance to AWS

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages