Skip to content

Commit

Permalink
fix(terraform): use auto
Browse files Browse the repository at this point in the history
  • Loading branch information
ww24 committed Sep 26, 2023
1 parent 798e4e3 commit fb03be4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions terraform/secret_manager.tf
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ resource "google_secret_manager_secret" "line-channel-secret" {
}

replication {
automatic = true
auto {}
}
}

Expand All @@ -23,7 +23,7 @@ resource "google_secret_manager_secret" "line-channel-access-token" {
}

replication {
automatic = true
auto {}
}
}

Expand All @@ -40,7 +40,7 @@ resource "google_secret_manager_secret" "maxmind-license-key" {
}

replication {
automatic = true
auto {}
}
}

Expand Down

0 comments on commit fb03be4

Please sign in to comment.