From db4f513559bbcb4e36adedfa840c3dd43c6afaf1 Mon Sep 17 00:00:00 2001 From: "docs-sourcer[bot]" <99042413+docs-sourcer[bot]@users.noreply.github.com> Date: Tue, 2 Aug 2022 10:06:51 -0500 Subject: [PATCH] Updated with the [latest changes](https://github.com/gruntwork-io/terraform-aws-service-catalog/releases/tag/v0.94.1) from the `terraform-aws-service-catalog@v0.94.1` source branch. (#453) Co-authored-by: docs-sourcer[bot] <99042413+docs-sourcer[bot]@users.noreply.github.com> --- .../services/app-orchestration/lambda.md | 4 +-- .../public-static-website.md | 32 +++++++++++++++++-- .../services/data-storage/amazon-aurora.md | 12 +++++-- .../services/data-storage/amazon-rds.md | 4 +-- 4 files changed, 44 insertions(+), 8 deletions(-) diff --git a/docs/reference/services/app-orchestration/lambda.md b/docs/reference/services/app-orchestration/lambda.md index 2cdb08534..dfe29dfe6 100644 --- a/docs/reference/services/app-orchestration/lambda.md +++ b/docs/reference/services/app-orchestration/lambda.md @@ -16,7 +16,7 @@ import TabItem from '@theme/TabItem'; import VersionBadge from '../../../../src/components/VersionBadge.tsx'; import { HclListItem, HclListItemDescription, HclListItemTypeDetails, HclListItemDefaultValue } from '../../../../src/components/HclListItem.tsx'; - + # Lambda @@ -750,6 +750,6 @@ Latest published version of your Lambda Function "https://github.com/gruntwork-io/terraform-aws-service-catalog/tree/v0.94.0/modules%2Fservices%2Flambda%2Foutputs.tf" ], "sourcePlugin": "service-catalog-api", - "hash": "ab8f15b9c77fc7d725a7328094316e06" + "hash": "f911ce5fcaa7ef7adfe431103f60d466" } ##DOCS-SOURCER-END --> diff --git a/docs/reference/services/app-orchestration/public-static-website.md b/docs/reference/services/app-orchestration/public-static-website.md index 7ecfa0761..816f3cb27 100644 --- a/docs/reference/services/app-orchestration/public-static-website.md +++ b/docs/reference/services/app-orchestration/public-static-website.md @@ -16,7 +16,7 @@ import TabItem from '@theme/TabItem'; import VersionBadge from '../../../../src/components/VersionBadge.tsx'; import { HclListItem, HclListItemDescription, HclListItemTypeDetails, HclListItemDefaultValue } from '../../../../src/components/HclListItem.tsx'; - + # Public Static Website @@ -187,6 +187,25 @@ A map of custom tags to apply to the S3 bucket containing the website and the Cl + + + +A list of existing CloudFront functions to associate with the default cached behavior. CloudFront functions are lightweight alternatives to Lambda for high-scale, latency sensitive CDN customizations + + + + +```hcl +list(object({ + event_type = string + function_arn = string + })) +``` + + + + + @@ -216,6 +235,15 @@ The default amount of time, in seconds, that an object is in a CloudFront cache + + + +If set to true, a CloudFront function to implement default directory index (looking up index.html in a S3 directory when path ends in /) is deployed. Only relevant when restrict_bucket_access_to_cloudfront is set to true. + + + + + @@ -543,6 +571,6 @@ The ARN of the created S3 bucket associated with the website. "https://github.com/gruntwork-io/terraform-aws-service-catalog/tree/v0.94.0/modules%2Fservices%2Fpublic-static-website%2Foutputs.tf" ], "sourcePlugin": "service-catalog-api", - "hash": "1fab4f72e7baef593608de7a923464fa" + "hash": "94dd4b7f8b1ab8ff7596132da45e102f" } ##DOCS-SOURCER-END --> diff --git a/docs/reference/services/data-storage/amazon-aurora.md b/docs/reference/services/data-storage/amazon-aurora.md index 9179d4c9d..981403d86 100644 --- a/docs/reference/services/data-storage/amazon-aurora.md +++ b/docs/reference/services/data-storage/amazon-aurora.md @@ -16,7 +16,7 @@ import TabItem from '@theme/TabItem'; import VersionBadge from '../../../../src/components/VersionBadge.tsx'; import { HclListItem, HclListItemDescription, HclListItemTypeDetails, HclListItemDefaultValue } from '../../../../src/components/HclListItem.tsx'; - + # Amazon Aurora @@ -1076,6 +1076,14 @@ A read-only endpoint for the Aurora cluster, automatically load-balanced across + + + +ID of security group created by aurora module. + + + + @@ -1096,6 +1104,6 @@ The ARN of the AWS Lambda Function used for sharing manual snapshots with second "https://github.com/gruntwork-io/terraform-aws-service-catalog/tree/v0.94.0/modules%2Fdata-stores%2Faurora%2Foutputs.tf" ], "sourcePlugin": "service-catalog-api", - "hash": "c6dc8368edda5a97d25a98cb728b1403" + "hash": "44d6285e83779d2617a731b6930f984f" } ##DOCS-SOURCER-END --> diff --git a/docs/reference/services/data-storage/amazon-rds.md b/docs/reference/services/data-storage/amazon-rds.md index 7f23b6179..8f2943dca 100644 --- a/docs/reference/services/data-storage/amazon-rds.md +++ b/docs/reference/services/data-storage/amazon-rds.md @@ -16,7 +16,7 @@ import TabItem from '@theme/TabItem'; import VersionBadge from '../../../../src/components/VersionBadge.tsx'; import { HclListItem, HclListItemDescription, HclListItemTypeDetails, HclListItemDefaultValue } from '../../../../src/components/HclListItem.tsx'; - + # Amazon Relational Database Service @@ -1129,6 +1129,6 @@ The ID of the Security Group that controls access to the RDS DB instance. "https://github.com/gruntwork-io/terraform-aws-service-catalog/tree/v0.94.0/modules%2Fdata-stores%2Frds%2Foutputs.tf" ], "sourcePlugin": "service-catalog-api", - "hash": "41c5bef7f8b6a6cec93a5356b246e8cd" + "hash": "bcdc00fc9e2af69959b7b8403d21f3f0" } ##DOCS-SOURCER-END -->