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

Commit 4c00a26

Browse files
committed
chore: updates website architecture documentation
Adds links to Terraform and Pulumi modules
1 parent ecea31a commit 4c00a26

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/architecture/websites.mdx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,9 @@ async function fetchData() {
136136
**Operations** will use or extend the Nitric infrastructure modules, including both Terraform and Pulumi:
137137

138138
- Terraform Modules:
139-
- Not yet available
139+
- [Azure Website Terraform Module](https://github.com/nitrictech/nitric/blob/main/cloud/azure/deploytf/.nitric/modules/website/main.tf)
140+
- [Google Cloud Website Terraform Module](https://github.com/nitrictech/nitric/blob/main/cloud/gcp/deploytf/.nitric/modules/website/main.tf)
140141
- Pulumi Modules:
141142
- [AWS Website Pulumi Module](https://github.com/nitrictech/nitric/blob/main/cloud/aws/deploy/website.go)
142143
- [Azure Website Pulumi Module](https://github.com/nitrictech/nitric/blob/main/cloud/azure/deploy/website.go)
144+
- [Google Cloud Website Pulumi Module](https://github.com/nitrictech/nitric/blob/main/cloud/gcp/deploy/website.go)

0 commit comments

Comments
 (0)