Skip to content

Commit

Permalink
Merging main
Browse files Browse the repository at this point in the history
  • Loading branch information
PaulomeeCb committed Nov 27, 2024
2 parents 27fd7f4 + 398d175 commit d53419f
Show file tree
Hide file tree
Showing 20 changed files with 884 additions and 15 deletions.
1 change: 1 addition & 0 deletions examples/cluster/create_cluster.tf
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ resource "couchbase-capella_cluster" "new_cluster" {
name = var.cluster.name
description = "My first test cluster for multiple services."
enable_private_dns_resolution = true
zones = var.cluster.zones
cloud_provider = {
type = var.cloud_provider.name
region = var.cloud_provider.region
Expand Down
1 change: 1 addition & 0 deletions examples/cluster/terraform.template.tfvars
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ support = {
# node_count = 1
# couchbase_services = ["data", "index", "query"]
# availability_zone = "single"
# zones = ["use1-az1"]
# }
#
# compute = {
Expand Down
1 change: 1 addition & 0 deletions examples/cluster/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ variable "cluster" {
node_count = number
couchbase_services = list(string)
availability_zone = string
zones = optional(list(string))
})
}

Expand Down
Loading

0 comments on commit d53419f

Please sign in to comment.