Skip to content

Commit

Permalink
Set up Terraform Backend
Browse files Browse the repository at this point in the history
  • Loading branch information
lguima committed Oct 21, 2023
1 parent aae37ed commit 23192fe
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions kube-news/tf/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@ terraform {
version = "5.21.0"
}
}

backend "s3" {
bucket = "bucket-lguima-imersao-devops-cloud-02"
key = "terraform.state"
region = "us-east-1"
}
}

provider "aws" {
Expand Down

0 comments on commit 23192fe

Please sign in to comment.