mirror of
https://github.com/opelly27/streetmerchant.git
synced 2026-05-20 02:57:34 +00:00
feat: add terraform infra as code for AWS fargate (#1987)
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
terraform {
|
||||
required_providers {
|
||||
aws = {
|
||||
source = "hashicorp/aws"
|
||||
version = "~> 3.0"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
provider "aws" {
|
||||
region = var.region
|
||||
shared_credentials_file = var.credential_file
|
||||
profile = var.credential_profile
|
||||
}
|
||||
Reference in New Issue
Block a user