Skip to content

Commit 5420b0d

Browse files
DTSRD-4453 (#1043)
* Remove plpgsql from variables.tf * Remove plpgsql from aat.tfvars
1 parent ec4667a commit 5420b0d

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

infrastructure/aat.tfvars

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,6 @@
11
db_replicas = ["replica"]
22
pgsql_server_configuration = [
3-
{
4-
name = "azure.extensions"
5-
value = "PLPGSQL"
6-
},
73
{
84
name = "backslash_quote"
95
value = "ON"
10-
}]
6+
}]

infrastructure/variables.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ variable "pgsql_server_configuration" {
122122
default = [
123123
{
124124
name = "azure.extensions"
125-
value = "PLPGSQL,PG_STAT_STATEMENTS,PG_BUFFERCACHE"
125+
value = "PG_STAT_STATEMENTS,PG_BUFFERCACHE"
126126
},
127127
{
128128
name = "backslash_quote"

0 commit comments

Comments
 (0)