Skip to content
This repository was archived by the owner on Jan 13, 2025. It is now read-only.

Commit e5b8a62

Browse files
committed
feat: s3 backend
1 parent ba11abc commit e5b8a62

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

terraform/main.tf

+5
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@ terraform {
55
version = "~> 5.0"
66
}
77
}
8+
9+
backend "s3" {
10+
bucket = "presentium_tfstate-nearly-good-boa"
11+
key = "presentium/terraform.tfstate"
12+
}
813
}
914

1015
provider "aws" {

0 commit comments

Comments
 (0)