Skip to content

Commit e8cccf7

Browse files
author
blpasd
committed
Change infra resource name and update gitignore
1 parent 49aed25 commit e8cccf7

2 files changed

Lines changed: 4 additions & 3 deletions

File tree

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
.vscode
2+
13
poetry.lock
24
~
35
.terraform

infra/gcp/main.tf

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,12 +50,11 @@ resource "google_project_service" "container_registry" {
5050
service = each.key
5151
}
5252

53-
resource "google_artifact_registry_repository" "my-repo" {
53+
resource "google_artifact_registry_repository" "python_registry" {
5454
location = var.region
5555
repository_id = "python-package"
56-
description = "example docker repository"
56+
description = "python registry"
5757
format = "PYTHON"
58-
}
5958

6059

6160
resource "google_project_service" "artifact_registry_api" {

0 commit comments

Comments
 (0)