Skip to content

Commit

Permalink
WIP - add role arn back for BRATS testing
Browse files Browse the repository at this point in the history
  • Loading branch information
ystros committed Mar 8, 2024
1 parent 3142bf7 commit e81d4f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/brats/aws_vpc.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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" {
Expand Down

0 comments on commit e81d4f7

Please sign in to comment.