Skip to content

Commit

Permalink
bump docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Aaron Kanzer authored and Aaron Kanzer committed Apr 19, 2024
1 parent ebb7d33 commit dfb655c
Show file tree
Hide file tree
Showing 3 changed files with 31 additions and 0 deletions.
31 changes: 31 additions & 0 deletions docs/63_dandi_infrastructure.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,37 @@

## Configuring Terraform

[First, make sure you have properly set up your Terraform Cloud account and linked the account to the proper GitHub repository](../60_initialize_vendors/#terraform-cloud)

To double-check whether your GitHub repository is properly linked, proceed to the `Version Control` tab.

The `Version Control` Repository value should point to the repository, and the `Terraform Working Directory` should point to `terraform`

<br/><br/>
<img
src="../img/terraform_config.png"
alt="terraform_config"
style="width: 60%; height: auto; display: block; margin-left: auto; margin-right: auto;"/>
<br/><br/>

## Applying Terraform

There are two ways in which you can invoke `terraform plan` and `terraform apply` upon your infrastructure.

### Automatic Run Triggering

This is set to occur by default when you connect a GitHub repository to Terraform Cloud. After pushing code to your repository,
Terraform will run `terraform plan`, generating a summary of what will happen if you were to run `terraform apply`.

**Note: `terraform apply` will not be run automatically (this is good!), so be sure to review and check prior to applying

<br/><br/>
<img
src="../img/terraform_auto.png"
alt="terraform_auto"
style="width: 60%; height: auto; display: block; margin-left: auto; margin-right: auto;"/>
<br/><br/>

## Manual Steps in the AWS Console and Netlify

## Setting up Email
Binary file added docs/img/terraform_auto.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/img/terraform_config.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit dfb655c

Please sign in to comment.