Skip to content

Commit

Permalink
reword doc terraform
Browse files Browse the repository at this point in the history
  • Loading branch information
Pascal-Delange committed Sep 3, 2024
1 parent 248774c commit 61bf5a5
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions terraform_templates/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,12 @@

## Disclaimer

The terraform templates shared in this folder are purely indicative of what a marble deployment on a GCP environment could look like.
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).
They are largely inspired from Marble's internal cloud deployment, but while being much simplified to match a "bare bones" deployment needs.
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.
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, 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).

The GCP terraform files are largely inspired from Marble's internal cloud deployment, but are simplified to match a "bare bones" deployment needs.

## Usage

Expand Down

0 comments on commit 61bf5a5

Please sign in to comment.