We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ec4667a commit 5420b0dCopy full SHA for 5420b0d
infrastructure/aat.tfvars
@@ -1,10 +1,6 @@
1
db_replicas = ["replica"]
2
pgsql_server_configuration = [
3
- {
4
- name = "azure.extensions"
5
- value = "PLPGSQL"
6
- },
7
{
8
name = "backslash_quote"
9
value = "ON"
10
-}]
+}]
infrastructure/variables.tf
@@ -122,7 +122,7 @@ variable "pgsql_server_configuration" {
122
default = [
123
124
name = "azure.extensions"
125
- value = "PLPGSQL,PG_STAT_STATEMENTS,PG_BUFFERCACHE"
+ value = "PG_STAT_STATEMENTS,PG_BUFFERCACHE"
126
},
127
128
0 commit comments