59 Add S3 Bucket Provisioner

This commit is contained in:
Evan Cohen-Doty
2026-02-04 11:32:12 -08:00
parent dcd405679a
commit 1b706fe858
6 changed files with 258 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
terraform {
required_providers {
aws = {
source = "hashicorp/aws"
version = ">= 6.28"
}
}
}
provider "aws" {
region = "us-gov-west-1"
}