Skip to content
This repository was archived by the owner on May 20, 2025. It is now read-only.

Commit 3f66aed

Browse files
add terraform cdn configuration
1 parent 3fab0f0 commit 3f66aed

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

docs/providers/terraform/aws.mdx

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,13 @@ apis:
112112
domains:
113113
- api.example.com
114114
115+
# Apply configuration for nitric websites
116+
cdn:
117+
# A valid domain or subdomain for the CloudFront Distribution to use for the deployed websites endpoint
118+
domain: cdn.example.com
119+
# Skip CDN cache invalidation during deployments (defaults to false)
120+
skip-cache-invalidation: true
121+
115122
# Configure your deployed services
116123
config:
117124
# How services without a type will be deployed

0 commit comments

Comments
 (0)