Skip to content

Commit

Permalink
Add missing attribute to simpheraInstances object (#133)
Browse files Browse the repository at this point in the history
  • Loading branch information
lukabudak authored Apr 9, 2024
2 parents 5763627 + b94e5b6 commit b42a40e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions terraform.json.example
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@
"db_instance_type_simphera": "db.t3.large",
"enable_backup_service": true,
"enable_deletion_protection": true,
"enable_keycloak": true,
"k8s_namespace": "simphera",
"name": "production",
"postgresqlApplyImmediately": false,
Expand Down
1 change: 1 addition & 0 deletions terraform.tfvars.example
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,7 @@ simpheraInstances = {
"db_instance_type_simphera": "db.t3.large",
"enable_backup_service": true,
"enable_deletion_protection": true,
"enable_keycloak": true,
"k8s_namespace": "simphera",
"name": "production",
"postgresqlApplyImmediately": false,
Expand Down

0 comments on commit b42a40e

Please sign in to comment.