You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
A Terraform module for deploying the core storage and IAM resources for an Octue Twined services network to google cloud.
3
3
4
4
5
-
# Resources
5
+
# Infrastructure
6
6
These resources are automatically deployed:
7
7
- An artifact registry repository for storing Octue Twined service revision docker images
8
8
- A BigQuery table acting as an event store for Twined service events
@@ -22,8 +22,8 @@ These resources are automatically deployed:
22
22
> [!TIP]
23
23
> Deploy this module in a separate Terraform configuration (directory/workspace) to the [terraform-octue-twined-cluster](https://github.com/octue/terraform-octue-twined-cluster)
24
24
> module. This allows the option to spin down the Kubernetes cluster provided by the other module while keeping the core
25
-
> resources that contain all data produced by your Twined services. Spinning the cluster down entirely can save on
26
-
> running costs in periods of extended non-use while keeping all data available.
25
+
> resources that contain all data produced by your Twined services available. Spinning the cluster down entirely can
26
+
> save on running costs in periods of extended non-use while keeping all data available.
27
27
28
28
Add the below blocks to your Terraform configuration and run:
0 commit comments