Skip to content

Commit

Permalink
removed 3.9 repo
Browse files Browse the repository at this point in the history
  • Loading branch information
keithrozario committed Jan 2, 2024
1 parent eb77c3b commit e4962f7
Showing 1 changed file with 0 additions and 19 deletions.
19 changes: 0 additions & 19 deletions pipeline/Terraform/container_repositories.tf
Original file line number Diff line number Diff line change
@@ -1,24 +1,5 @@
# Container Build Images

## Python 3.9 - x86 (only)
resource "aws_ecr_repository" "p39build_x86" {
name = "p39build"
image_tag_mutability = "MUTABLE"
force_delete = true

image_scanning_configuration {
scan_on_push = true
}
}

resource "aws_ssm_parameter" "p39_build_repo" {
type = "String"
description = "URL for p39 x86 repo"
name = "/${var.app_name}/${local.workspace_full_name}/build/p39/x86/repo"
value = aws_ecr_repository.p39build_x86.repository_url
overwrite = true
}

## Python 3.10 - x86
resource "aws_ecr_repository" "p310build_x86" {
name = "p310build"
Expand Down

0 comments on commit e4962f7

Please sign in to comment.