Skip to content

Commit

Permalink
feat(ci): use remote state
Browse files Browse the repository at this point in the history
  • Loading branch information
simbleau committed Apr 25, 2024
1 parent ac95458 commit f14f247
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions terraform/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ terraform {
}

required_version = ">= 1.8.0"

backend "s3" {
bucket = "imbleau-terraform-state"
key = "terraform.tfstate"
region = "us-east-1"
}
}

provider "aws" {
Expand Down

0 comments on commit f14f247

Please sign in to comment.