Skip to content

Commit

Permalink
fix(modules/autoscale): google_secret_manager_secret argument depreca…
Browse files Browse the repository at this point in the history
…tion warning (#15)
  • Loading branch information
michalbil authored Mar 8, 2024
1 parent ec3eb33 commit 623e153
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/autoscale/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,7 @@ resource "google_secret_manager_secret" "delicensing_cfn_pano_creds" {
project = var.project_id
secret_id = local.delicensing_cfn.secret_name
replication {
automatic = true
auto {}
}
}

Expand Down

0 comments on commit 623e153

Please sign in to comment.