From e81d4f77b724b17b1997f1fa09fe41bab575aa0c Mon Sep 17 00:00:00 2001 From: Brian Upton Date: Fri, 8 Mar 2024 11:37:32 -0600 Subject: [PATCH] WIP - add role arn back for BRATS testing --- ci/brats/aws_vpc.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/brats/aws_vpc.tf b/ci/brats/aws_vpc.tf index 120d8fd79b8..fc5d87eee8d 100644 --- a/ci/brats/aws_vpc.tf +++ b/ci/brats/aws_vpc.tf @@ -12,7 +12,7 @@ resource "aws_subnet" "zonea" { resource "aws_subnet" "zoneb" { vpc_id = aws_vpc.main.id cidr_block = "10.0.1.0/24" - availability_zone = "us-west-1b" + availability_zone = "us-west-1c" } resource "aws_internet_gateway" "gateway" {