Pour tout problème contactez-nous par mail : support@froggit.fr | La FAQ :grey_question: | Rejoignez-nous sur le Chat :speech_balloon:

Skip to content
Snippets Groups Projects
Commit 9c080364 authored by Nicolas's avatar Nicolas
Browse files

Delete Redis

parent 36b579dc
No related branches found
No related tags found
No related merge requests found
...@@ -252,15 +252,3 @@ resource "google_sql_database_instance" "cloud_sql" { ...@@ -252,15 +252,3 @@ resource "google_sql_database_instance" "cloud_sql" {
} }
} }
} }
### Create Redis
resource "google_redis_instance" "memory_store" {
provider = google
project = var.project_id
name = var.memory_store_name
region = var.region
memory_size_gb = 1
authorized_network = google_compute_network.vpc_network.id
connect_mode = "PRIVATE_SERVICE_ACCESS"
redis_version = "REDIS_6_X"
}
...@@ -57,9 +57,3 @@ variable "cloud_sql_name" { ...@@ -57,9 +57,3 @@ variable "cloud_sql_name" {
type = string type = string
default = "cloudsql-gke" default = "cloudsql-gke"
} }
### Memory Store
variable "memory_store_name" {
type = string
default = "cloudsql-gke"
}
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment