Skip to content

Commit 2e66f07

Browse files
darrillagaclaude
andcommitted
Use crunchloop AWS profile for backend and provider
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent f0f3f9b commit 2e66f07

1 file changed

Lines changed: 5 additions & 4 deletions

File tree

infra/aws/app/main.tf

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,10 @@ terraform {
22
required_version = ">= 1.5.7"
33

44
backend "s3" {
5-
bucket = "terraform-crunchloop-aws"
6-
key = "apps-workshops.tfstate"
7-
region = "us-east-1"
5+
bucket = "terraform-crunchloop-aws"
6+
key = "apps-workshops.tfstate"
7+
region = "us-east-1"
8+
profile = "crunchloop"
89
}
910

1011
required_providers {
@@ -22,7 +23,7 @@ locals {
2223

2324
provider "aws" {
2425
region = local.aws_region
25-
profile = "development"
26+
profile = "crunchloop"
2627

2728
allowed_account_ids = [
2829
"176434290504"

0 commit comments

Comments
 (0)