mirror of
https://gitlab.sarex.io/infra/terraform-contour-mirror.git
synced 2026-08-05 18:31:00 +03:00
final fix mb?
This commit is contained in:
parent
995f39e29a
commit
ad267d9c73
@ -10,6 +10,10 @@ resource "random_password" "user_password" {
|
|||||||
upper = true
|
upper = true
|
||||||
lower = true
|
lower = true
|
||||||
numeric = true
|
numeric = true
|
||||||
|
|
||||||
|
lifecycle {
|
||||||
|
ignore_changes = all
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
data "yandex_mdb_postgresql_cluster" "existing" {
|
data "yandex_mdb_postgresql_cluster" "existing" {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user