diff --git a/README.md b/README.md index 3ad599c..00b22d8 100644 --- a/README.md +++ b/README.md @@ -13,6 +13,10 @@ make build ``` On Cloudflare, create an API key that can write DNS records. Along with the specific Cloudflare zone ID for the domain, import the credentials into the .auto.tfvars file: +```bash +cloudflare_api_token = "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx" +cloudflare_zone_id = "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx" +``` Run terraform commands: ```bash diff --git a/go.mod b/go.mod index 00d6235..4e353ff 100644 --- a/go.mod +++ b/go.mod @@ -3,7 +3,7 @@ module portfolio-web go 1.22.0 require ( - github.com/a-h/templ v0.2.707 + github.com/a-h/templ v0.2.731 github.com/aws/aws-lambda-go v1.47.0 github.com/awslabs/aws-lambda-go-api-proxy v0.16.2 github.com/go-chi/chi/v5 v5.0.14 diff --git a/go.sum b/go.sum index 62be094..924ca56 100644 --- a/go.sum +++ b/go.sum @@ -1,5 +1,5 @@ -github.com/a-h/templ v0.2.707 h1:T1Gkd2ugbRglZ9rYw/VBchWOSZVKmetDbBkm4YubM7U= -github.com/a-h/templ v0.2.707/go.mod h1:5cqsugkq9IerRNucNsI4DEamdHPsoGMQy99DzydLhM8= +github.com/a-h/templ v0.2.731 h1:yiv4C7whSUsa36y65O06DPr/U/j3+WGB0RmvLOoVFXc= +github.com/a-h/templ v0.2.731/go.mod h1:IejA/ecDD0ul0dCvgCwp9t7bUZXVpGClEAdsqZQigi8= github.com/aws/aws-lambda-go v1.47.0 h1:0H8s0vumYx/YKs4sE7YM0ktwL2eWse+kfopsRI1sXVI= github.com/aws/aws-lambda-go v1.47.0/go.mod h1:dpMpZgvWx5vuQJfBt0zqBha60q7Dd7RfgJv23DymV8A= github.com/awslabs/aws-lambda-go-api-proxy v0.16.2 h1:CJyGEyO1CIwOnXTU40urf0mchf6t3voxpvUDikOU9LY=