diff --git a/README.md b/README.md index 53c921f..7267a9b 100644 --- a/README.md +++ b/README.md @@ -93,7 +93,6 @@ No requirements. | [google-beta_google_container_node_pool.pools](https://registry.terraform.io/providers/hashicorp/google-beta/latest/docs/resources/google_container_node_pool) | resource | | [google_compute_address.cloud_nat_address](https://registry.terraform.io/providers/hashicorp/google/latest/docs/resources/compute_address) | resource | | [google_container_cluster.gke](https://registry.terraform.io/providers/hashicorp/google/latest/docs/resources/container_cluster) | resource | -| [google_container_registry.registry](https://registry.terraform.io/providers/hashicorp/google/latest/docs/resources/container_registry) | resource | ## Inputs diff --git a/main.tf b/main.tf index 5ab6bf3..1b606ff 100644 --- a/main.tf +++ b/main.tf @@ -156,8 +156,3 @@ resource "google_container_node_pool" "pools" { create_before_destroy = true } } - -resource "google_container_registry" "registry" { - project = local.project_id - location = var.gcr_location -}