Skip to content

Commit

Permalink
Create a production Redis cluster
Browse files Browse the repository at this point in the history
  • Loading branch information
gergelypolonkai committed Sep 27, 2024
1 parent 54fc2e2 commit e7194be
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions terraform/nos-resources/databases.tf
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
resource digitalocean_database_cluster nos_social_prod {
name = "nos-social-prod"
node_count = 1
size = "db-s-1vcpu-1gb"
region = "nyc3"
engine = "redis"
version = "7"
tags = ["prod"]
}

0 comments on commit e7194be

Please sign in to comment.