Skip to content

Commit 29c2d71

Browse files
committed
DOC: Adjust readme wording
1 parent 67971d8 commit 29c2d71

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
A Terraform module for deploying the core storage and IAM resources for an Octue Twined services network to google cloud.
33

44

5-
# Resources
5+
# Infrastructure
66
These resources are automatically deployed:
77
- An artifact registry repository for storing Octue Twined service revision docker images
88
- A BigQuery table acting as an event store for Twined service events
@@ -22,8 +22,8 @@ These resources are automatically deployed:
2222
> [!TIP]
2323
> Deploy this module in a separate Terraform configuration (directory/workspace) to the [terraform-octue-twined-cluster](https://github.com/octue/terraform-octue-twined-cluster)
2424
> 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.
2727
2828
Add the below blocks to your Terraform configuration and run:
2929
```shell
@@ -36,7 +36,7 @@ terraform apply
3636
```
3737
and approve the run.
3838

39-
## Minimal configuration
39+
## Example configuration
4040

4141
```terraform
4242
# main.tf

0 commit comments

Comments
 (0)