Skip to content

Commit

Permalink
fix: remove artifact registry (#376)
Browse files Browse the repository at this point in the history
  • Loading branch information
itegulov authored Nov 20, 2023
1 parent e3f570a commit fe14ed5
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions infra/partner/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -62,14 +62,6 @@ resource "google_secret_manager_secret_iam_member" "secret_share_secret_access"
member = "serviceAccount:${google_service_account.service_account.email}"
}

/*
* Create Artifact Registry repo, tag existing Docker image and push to the repo
*/
resource "google_artifact_registry_repository" "mpc_recovery" {
repository_id = "mpc-recovery-partner-${var.env}"
format = "DOCKER"
}

/*
* Create a partner signer node
*/
Expand Down

0 comments on commit fe14ed5

Please sign in to comment.