feat: upgrade stackit provider
This commit is contained in:
parent
a4b002dc61
commit
65154a2240
7 changed files with 40 additions and 40 deletions
|
|
@ -2,7 +2,7 @@ resource "stackit_postgresflex_instance" "scrumlr" {
|
|||
project_id = var.project_id
|
||||
name = "scrumlr"
|
||||
acl = stackit_ske_cluster.scrumlr.egress_address_ranges
|
||||
backup_schedule = "00 00 * * *"
|
||||
backup_schedule = "0 0 * * *"
|
||||
flavor = {
|
||||
cpu = 2
|
||||
ram = 4
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue