ioos / Cloud-Sandbox

IOOS' Coastal Modeling Cloud Sandbox provides a framework for developing, modifying and running models in the cloud. It provides repeatable configurations, model code and required libraries, input data and analysis of model outputs. The Sandbox supports not only the development of services and models, but also Cloud HPC to run and validate models.
https://www-sandbox.ioos.us/
BSD 3-Clause "New" or "Revised" License
15 stars 12 forks source link

Terraform remote S3 state #46

Closed jonmjoyce closed 1 year ago

jonmjoyce commented 1 year ago
jonmjoyce commented 1 year ago

Needs to generate a unique s3 key for each deployment.

I added instructions in the README to create a unique workspace before deploying resources. Terraform will automatically track the workspaces in the remote state file.

I also added instructions for initializing the remote state before running terraform init on the project.