Skip to content

Commit 61bf5a5

Browse files
reword doc terraform
1 parent 248774c commit 61bf5a5

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

terraform_templates/README.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,12 @@
22

33
## Disclaimer
44

5-
The terraform templates shared in this folder are purely indicative of what a marble deployment on a GCP environment could look like.
6-
They come wihout guarantee and support. Be advised that a successful deployment may require several rounds of iterative tweaking of ressources/values, as some steps require manual actions to succeed. For instance, the backend service on Cloud Run will only deploy successfully after the relevant secrets versions have been created in GCP Secret Manager (secret versions are not created in terraform so that their values are not stored in the terraform state in plain text).
7-
They are largely inspired from Marble's internal cloud deployment, but while being much simplified to match a "bare bones" deployment needs.
5+
The terraform templates shared in this folder are community contributions and are purely indicative of what a marble deployment on a cloud environment could look like.
6+
They come wihout guarantee and support.
7+
8+
Be advised that a successful deployment may require several rounds of iterative tweaking of ressources/values, as some steps require manual actions to succeed. For instance, using the GCP terraform files, the backend service on Cloud Run will only deploy successfully after the relevant secrets versions have been created in GCP Secret Manager (secret versions are not created in terraform so that their values are not stored in the terraform state in plain text).
9+
10+
The GCP terraform files are largely inspired from Marble's internal cloud deployment, but are simplified to match a "bare bones" deployment needs.
811

912
## Usage
1013

0 commit comments

Comments
 (0)