Skip to content

Commit

Permalink
remove cert stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
adityachoudhari26 committed Aug 28, 2024
1 parent 04f5d33 commit 40fde63
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 11 deletions.
2 changes: 0 additions & 2 deletions modules/redis/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@ resource "google_redis_instance" "this" {

auth_enabled = true

transit_encryption_mode = "SERVER_AUTHENTICATION"

redis_configs = {
maxmemory_policy = "noeviction"
}
Expand Down
4 changes: 0 additions & 4 deletions modules/redis/outputs.tf
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
output "redis_ca_cert" {
value = google_redis_instance.this.server_ca_certs[0].cert
}

output "redis_auth_string" {
value = google_redis_instance.this.auth_string
}
Expand Down
5 changes: 0 additions & 5 deletions outputs.tf
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,6 @@ output "database_instance_private_ip_address" {
description = "The private IP address of the database instance."
}

output "redis_ca_cert" {
value = module.redis.redis_ca_cert
description = "The CA certificate of the Redis instance."
}

output "redis_auth_string" {
value = module.redis.redis_auth_string
description = "The authentication string of the Redis instance."
Expand Down

0 comments on commit 40fde63

Please sign in to comment.