Skip to content

Commit

Permalink
try with development tier
Browse files Browse the repository at this point in the history
  • Loading branch information
jkaflik committed Nov 30, 2023
1 parent fc32086 commit 01c17c6
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,7 @@ resource "clickhouse_service" "service" {
name = var.service_name
cloud_provider = "aws"
region = "us-east-2"
tier = "production"
idle_scaling = true
tier = "development"
password = var.service_password

ip_access = [
Expand Down

0 comments on commit 01c17c6

Please sign in to comment.