Skip to content

Commit

Permalink
move comment
Browse files Browse the repository at this point in the history
Signed-off-by: Priya Wadhwa <[email protected]>
  • Loading branch information
priyawadhwa committed Nov 14, 2023
1 parent 5eaa842 commit 65d4a61
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions terraform/gcp/modules/sigstore/sigstore.tf
Original file line number Diff line number Diff line change
Expand Up @@ -337,9 +337,11 @@ module "ctlog_shards" {
region = var.region

cluster_name = var.cluster_name
// NB: These are commented out so that we pick up the defaults
// for the particular environment consistently.

database_version = each.value["mysql_db_version"]

// NB: This is commented out so that we pick up the defaults
// for the particular environment consistently.
//mysql_tier = var.mysql_tier

replica_zones = var.mysql_replica_zones
Expand Down

0 comments on commit 65d4a61

Please sign in to comment.