From 1bcbe48e6459d273ded33d7dd4cf682f4db08da2 Mon Sep 17 00:00:00 2001 From: mayank0202 Date: Wed, 27 Sep 2023 19:48:43 +0000 Subject: [PATCH] Merge pull request #26 from sourcefuse/README Updated source and README --- .../modules/terraform-aws-refarch-cloudfront/README.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/docs/arc-iac-docs/modules/terraform-aws-refarch-cloudfront/README.md b/docs/arc-iac-docs/modules/terraform-aws-refarch-cloudfront/README.md index 80876e471..dab8f4b32 100644 --- a/docs/arc-iac-docs/modules/terraform-aws-refarch-cloudfront/README.md +++ b/docs/arc-iac-docs/modules/terraform-aws-refarch-cloudfront/README.md @@ -1,4 +1,4 @@ -# [terraform-aws-refarch-cloudfront](https://github.com/sourcefuse/terraform-aws-refarch-cloudfront) +# [terraform-aws-arc-cloudfront](https://github.com/sourcefuse/terraform-aws-arc-cloudfront) [![Known Vulnerabilities](https://github.com/sourcefuse/terraform-aws-refarch-cloudfront/actions/workflows/snyk.yaml/badge.svg)](https://github.com/sourcefuse/terraform-aws-refarch-cloudfront/actions/workflows/snyk.yaml) @@ -8,11 +8,12 @@ SourceFuse AWS Reference Architecture (ARC) Terraform module for managing Cloudf ## Usage -To see a full example, check out the [main.tf](./example/main.tf) file in the example folder. +To see a full example, check out the [main.tf](https://github.com/sourcefuse/terraform-aws-arc-cloudfront/blob/main/example/main.tf) file in the example folder. ``` hcl module "tags" { - source = "git::https://github.com/sourcefuse/terraform-aws-refarch-tags?ref=1.1.0" + source = "sourcefuse/arc-tags/aws" + version = "1.2.3" environment = "dev" project = "test" @@ -23,7 +24,8 @@ module "tags" { } module "cloudfront" { - source = "../" + source = "sourcefuse/arc-cloudfront/aws" + version = "4.0.1" origins = [{ origin_type = "custom",