Skip to content

Commit 50cd4ff

Browse files
authored
Merge pull request #9 from comet-ml/readme-update-reg
Update readme
2 parents cc83ded + 397e58b commit 50cd4ff

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,15 @@ Terraform module for deploying infrastructure components to run CometML.
1010
- [Terraform](https://developer.hashicorp.com/terraform/tutorials/aws-get-started/install-cli) installed
1111

1212
**Infrastructure Deployment:**
13-
- Follow the steps below to deploy directly from this repository.
13+
- Follow the steps below to deploy directly from the GitHub repository.
1414
- Clone the repository to your local machine: `git clone https://github.com/comet-ml/dply-terraform-aws.git`
1515
- Move into the deployment directory: `cd terraform-aws-comet`
1616
- Initialize the directory: `terraform init`
1717
- Within terraform.tfvars, set your module toggles to enable the desired infrastructure components and set any related inputs
1818
- Provision the resources: `terraform apply`
1919

2020
**A note on state management:**
21-
- This configuration stores the Terraform state locally by default. To store the state file remotely in S3, a `backend` block can be nested within the `terraform` block inside comet-infrastructure/versions.tf. Below is an example of such a configuration:
21+
- This configuration stores the Terraform state locally by default. To store the state file remotely in S3, a `backend` block can be nested within the `terraform` block inside versions.tf if applying directly from this configuration, or within your `terraform` block if calling the module. Below is an example of such a configuration:
2222
```
2323
terraform {
2424
backend "s3" {

0 commit comments

Comments
 (0)