From f7c76da434baca0407548eb24e01e776c5fd7be1 Mon Sep 17 00:00:00 2001 From: Mark Johnson <739719+virgofx@users.noreply.github.com> Date: Wed, 9 Oct 2024 14:18:24 -0700 Subject: [PATCH] docs: update readme with demo notice --- aws/s3-bucket-object/README.md | 2 ++ aws/vpc-endpoint/README.md | 2 ++ 2 files changed, 4 insertions(+) diff --git a/aws/s3-bucket-object/README.md b/aws/s3-bucket-object/README.md index 1617ea0..692bd66 100644 --- a/aws/s3-bucket-object/README.md +++ b/aws/s3-bucket-object/README.md @@ -1,3 +1,5 @@ # AWS S3 Bucket Object Terraform Example Module Creates S3 bucket objects with different configurations. + +This is a demo Terraform module. diff --git a/aws/vpc-endpoint/README.md b/aws/vpc-endpoint/README.md index 457855c..ee69ca9 100644 --- a/aws/vpc-endpoint/README.md +++ b/aws/vpc-endpoint/README.md @@ -1,3 +1,5 @@ # AWS VPC Endpoints Terraform Example Module Sample Terraform module which creates VPC endpoint resources on AWS. + +This is a demo Terraform module.