Skip to content

Commit

Permalink
Merge pull request #712 from ww24/fix-google-secret-manager-secret-re…
Browse files Browse the repository at this point in the history
…source

fix(terraform): use auto
  • Loading branch information
ww24 authored Sep 26, 2023
2 parents df37df8 + fb03be4 commit 8d3bafa
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 8d3bafa

Please sign in to comment.