Skip to content

Commit

Permalink
refactor: fix typo in database primary key patch
Browse files Browse the repository at this point in the history
Co-authored-by: Braden MacDonald <[email protected]>
  • Loading branch information
gabor-boros and bradenmacdonald authored Dec 20, 2024
1 parent 7441d2f commit 39084ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terraform/modules/digitalocean/database/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ resource "digitalocean_database_db" "databases" {
}


resource "null_resource" "no_primay_key_patch_database_cluster" {
resource "null_resource" "no_primary_key_patch_database_cluster" {
triggers = {
cluster_id = digitalocean_database_cluster.database_cluster.id
}
Expand Down

0 comments on commit 39084ab

Please sign in to comment.