Skip to content

Commit

Permalink
Updated with the [latest changes](https://github.com/gruntwork-io/ter…
Browse files Browse the repository at this point in the history
…raform-aws-service-catalog/releases/tag/v0.94.1) from the `terraform-aws-service-catalog@v0.94.1` source branch.
  • Loading branch information
docs-sourcer[bot] authored Aug 2, 2022
1 parent 32f4cbc commit 8407cc8
Show file tree
Hide file tree
Showing 4 changed files with 44 additions and 8 deletions.
4 changes: 2 additions & 2 deletions docs/reference/services/app-orchestration/lambda.md
Original file line number Diff line number Diff line change
Expand Up @@ -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';

<VersionBadge version="0.94.0" lastModifiedVersion="0.93.1"/>
<VersionBadge version="0.94.0" lastModifiedVersion="0.94.1"/>

# Lambda

Expand Down Expand Up @@ -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 -->
32 changes: 30 additions & 2 deletions docs/reference/services/app-orchestration/public-static-website.md
Original file line number Diff line number Diff line change
Expand Up @@ -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';

<VersionBadge version="0.94.0" lastModifiedVersion="0.90.7"/>
<VersionBadge version="0.94.0" lastModifiedVersion="0.94.1"/>

# Public Static Website

Expand Down Expand Up @@ -187,6 +187,25 @@ A map of custom tags to apply to the S3 bucket containing the website and the Cl
<HclListItemDefaultValue defaultValue="{}"/>
</HclListItem>

<HclListItem name="default_function_associations" requirement="optional" type="list(object(…))">
<HclListItemDescription>

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

</HclListItemDescription>
<HclListItemTypeDetails>

```hcl
list(object({
event_type = string
function_arn = string
}))
```

</HclListItemTypeDetails>
<HclListItemDefaultValue defaultValue="[]"/>
</HclListItem>

<HclListItem name="default_lambda_associations" requirement="optional" type="list(object(…))">
<HclListItemDescription>

Expand Down Expand Up @@ -216,6 +235,15 @@ The default amount of time, in seconds, that an object is in a CloudFront cache
<HclListItemDefaultValue defaultValue="30"/>
</HclListItem>

<HclListItem name="enable_default_directory_index_function" requirement="optional" type="bool">
<HclListItemDescription>

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 <a href="#restrict_bucket_access_to_cloudfront"><code>restrict_bucket_access_to_cloudfront</code></a> is set to true.

</HclListItemDescription>
<HclListItemDefaultValue defaultValue="false"/>
</HclListItem>

<HclListItem name="error_document" requirement="optional" type="string">
<HclListItemDescription>

Expand Down Expand Up @@ -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 -->
12 changes: 10 additions & 2 deletions docs/reference/services/data-storage/amazon-aurora.md
Original file line number Diff line number Diff line change
Expand Up @@ -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';

<VersionBadge version="0.94.0" lastModifiedVersion="0.93.1"/>
<VersionBadge version="0.94.0" lastModifiedVersion="0.94.1"/>

# Amazon Aurora

Expand Down Expand Up @@ -1076,6 +1076,14 @@ A read-only endpoint for the Aurora cluster, automatically load-balanced across
</HclListItemDescription>
</HclListItem>

<HclListItem name="security_group_id">
<HclListItemDescription>

ID of security group created by aurora module.

</HclListItemDescription>
</HclListItem>

<HclListItem name="share_snapshot_lambda_arn">
<HclListItemDescription>

Expand All @@ -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 -->
4 changes: 2 additions & 2 deletions docs/reference/services/data-storage/amazon-rds.md
Original file line number Diff line number Diff line change
Expand Up @@ -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';

<VersionBadge version="0.94.0" lastModifiedVersion="0.93.2"/>
<VersionBadge version="0.94.0" lastModifiedVersion="0.94.1"/>

# Amazon Relational Database Service

Expand Down Expand Up @@ -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 -->

0 comments on commit 8407cc8

Please sign in to comment.