Fix: pgsql fix (#10)
* fix: remove license header from files * fix: updated docs and sample --------- Co-authored-by: Marcel S. Henselin <marcel.henselin@stackit.cloud>
This commit is contained in:
parent
99f2853ae5
commit
9e04ab2630
61 changed files with 1159 additions and 1412 deletions
|
|
@ -1,8 +0,0 @@
|
|||
# Copyright (c) STACKIT
|
||||
|
||||
resource "stackit_sqlserverflexalpha_user" "ptlsdbuser" {
|
||||
project_id = stackitalpha_postgresflexalpha_instance.ptlsdbsrv.project_id
|
||||
instance_id = stackitalpha_postgresflexalpha_instance.ptlsdbsrv.id
|
||||
username = var.db_username
|
||||
roles = ["createdb", "login", "createrole"]
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue