Skip to content

Commit

Permalink
Merge pull request #437 from hackforla/INF_backendInit
Browse files Browse the repository at this point in the history
Moving state file to s3 backend
  • Loading branch information
sellnat77 authored Mar 18, 2020
2 parents 62cc812 + 3e9b195 commit 24a1f93
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions Orchestration/terraform/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,11 @@ provider "aws" {
profile = "default"
region = "us-east-1"
}

terraform {
backend "s3" {
bucket = "three-one-one"
key = "terraform/backend"
region = "us-east-1"
}
}

0 comments on commit 24a1f93

Please sign in to comment.