Skip to content

Instantly share code, notes, and snippets.

@joshbranham
Created March 10, 2021 22:09
Show Gist options
  • Save joshbranham/bd1a5f5c46ac0aef8614e8197e7824fb to your computer and use it in GitHub Desktop.
Save joshbranham/bd1a5f5c46ac0aef8614e8197e7824fb to your computer and use it in GitHub Desktop.
db_parameter_group debug output
2021-03-10T17:07:02.909-0500 [INFO] plugin.terraform-provider-aws_v3.24.1_x5: 2021/03/10 17:07:02 [DEBUG] [aws-sdk-go] DEBUG: Response rds/DescribeDBParameters Details:
---[ RESPONSE ]--------------------------------------
HTTP/1.1 200 OK
Connection: close
Transfer-Encoding: chunked
Content-Type: text/xml
Date: Wed, 10 Mar 2021 22:07:02 GMT
Vary: accept-encoding
X-Amzn-Requestid: 00ebf864-2b56-4bcd-857f-5639a3c1e0a7
-----------------------------------------------------: timestamp=2021-03-10T17:07:02.909-0500
2021-03-10T17:07:02.909-0500 [INFO] plugin.terraform-provider-aws_v3.24.1_x5: 2021/03/10 17:07:02 [DEBUG] [aws-sdk-go] <DescribeDBParametersResponse xmlns="http://rds.amazonaws.com/doc/2014-10-31/">
<DescribeDBParametersResult>
<Parameters>
<Parameter>
<AllowedValues>0,1</AllowedValues>
<ApplyType>dynamic</ApplyType>
<DataType>boolean</DataType>
<Description>Collects statistics on database activity.</Description>
<ApplyMethod>pending-reboot</ApplyMethod>
<ParameterName>track_counts</ParameterName>
<Source>engine-default</Source>
<IsModifiable>true</IsModifiable>
</Parameter>
<Parameter>
<AllowedValues>none,pl,all</AllowedValues>
<ApplyType>dynamic</ApplyType>
<DataType>string</DataType>
<Description>Collects function-level statistics on database activity.</Description>
<ApplyMethod>pending-reboot</ApplyMethod>
<ParameterName>track_functions</ParameterName>
<Source>engine-default</Source>
<ParameterValue>pl</ParameterValue>
<IsModifiable>true</IsModifiable>
</Parameter>
<Parameter>
<AllowedValues>0,1</AllowedValues>
<ApplyType>dynamic</ApplyType>
<DataType>boolean</DataType>
<Description>Collects timing statistics on database IO activity.</Description>
<ApplyMethod>pending-reboot</ApplyMethod>
<ParameterName>track_io_timing</ParameterName>
<Source>system</Source>
<ParameterValue>1</ParameterValue>
<IsModifiable>true</IsModifiable>
</Parameter>
<Parameter>
<AllowedValues>0,1</AllowedValues>
<ApplyType>dynamic</ApplyType>
<DataType>boolean</DataType>
<Description>Treats expr=NULL as expr IS NULL.</Description>
<ApplyMethod>pending-reboot</ApplyMethod>
<ParameterName>transform_null_equals</ParameterName>
<Source>engine-default</Source>
<IsModifiable>true</IsModifiable>
</Parameter>
er>
<ApplyType>static</ApplyType>
<DataType>string</DataType>
<Description>Sets the directory where the Unix-domain socket will be created.</Description>
<ApplyMethod>pending-reboot</ApplyMethod>
<ParameterName>unix_socket_directories</ParameterName>
<Source>system</Source>
<ParameterValue>/tmp</ParameterValue>
<IsModifiable>false</IsModifiable>
</Parameter>
<Parameter>
<ApplyType>static</ApplyType>
<DataType>string</DataType>
<Description>Sets the owning group of the Unix-domain socket.</Description>
<ApplyMethod>pending-reboot</ApplyMethod>
<ParameterName>unix_socket_group</ParameterName>
<Source>system</Source>
<ParameterValue>rdsdb</ParameterValue>
<IsModifiable>false</IsModifiable>
</Parameter>
<Parameter>
<AllowedValues>0-511</AllowedValues>
<ApplyType>static</ApplyType>
<DataType>integer</DataType>
<Description>Sets the access permissions of the Unix-domain socket.</Description>
<ApplyMethod>pending-reboot</ApplyMethod>
<ParameterName>unix_socket_permissions</ParameterName>
<Source>system</Source>
<ParameterValue>0700</ParameterValue>
<IsModifiable>false</IsModifiable>
</Parameter>
<Parameter>
<AllowedValues>0,1</AllowedValues>
<ApplyType>dynamic</ApplyType>
<DataType>boolean</DataType>
<Description>Updates the process title to show the active SQL command.</Description>
<ApplyMethod>pending-reboot</ApplyMethod>
<ParameterName>update_process_title</ParameterName>
<Source>engine-default</Source>
<IsModifiable>true</IsModifiable>
</Parameter>
<Parameter>
<AllowedValues>0-10000000000</AllowedValues>
<ApplyType>dynamic</ApplyType>
<DataType>integer</DataType>
<Description>Number of tuple inserts prior to index cleanup as a fraction of reltuples.</Description>
Method>pending-reboot</ApplyMethod>
<ParameterName>vacuum_cleanup_index_scale_factor</ParameterName>
<Source>engine-default</Source>
<IsModifiable>true</IsModifiable>
</Parameter>
<Parameter>
<AllowedValues>0-100</AllowedValues>
<ApplyType>dynamic</ApplyType>
<DataType>integer</DataType>
<Description>(ms) Vacuum cost delay in milliseconds.</Description>
<ApplyMethod>pending-reboot</ApplyMethod>
<ParameterName>vacuum_cost_delay</ParameterName>
<Source>engine-default</Source>
<IsModifiable>true</IsModifiable>
</Parameter>
<Parameter>
<AllowedValues>1-10000</AllowedValues>
<ApplyType>dynamic</ApplyType>
<DataType>integer</DataType>
<Description>Vacuum cost amount available before napping.</Description>
<ApplyMethod>pending-reboot</ApplyMethod>
<ParameterName>vacuum_cost_limit</ParameterName>
<Source>engine-default</Source>
<IsModifiable>true</IsModifiable>
</Parameter>
<Parameter>
<AllowedValues>0-10000</AllowedValues>
<ApplyType>dynamic</ApplyType>
<DataType>integer</DataType>
<Description>Vacuum cost for a page dirtied by vacuum.</Description>
<ApplyMethod>pending-reboot</ApplyMethod>
<ParameterName>vacuum_cost_page_dirty</ParameterName>
<Source>engine-default</Source>
<IsModifiable>true</IsModifiable>
</Parameter>
<Parameter>
<AllowedValues>0-10000</AllowedValues>
<ApplyType>dynamic</ApplyType>
<DataType>integer</DataType>
<Description>Vacuum cost for a page found in the buffer cache.</Description>
<ApplyMethod>pending-reboot</ApplyMethod>
<ParameterName>vacuum_cost_page_hit</ParameterName>
<Source>engine-default</Source>
<IsModifiable>true</IsModifiable>
</Parameter>
<Parameter>
<AllowedValues>0-10000</AllowedValues>
<ApplyType>dynamic</ApplyType>
pe>integer</DataType>
<Description>Vacuum cost for a page not found in the buffer cache.</Description>
<ApplyMethod>pending-reboot</ApplyMethod>
<ParameterName>vacuum_cost_page_miss</ParameterName>
<Source>system</Source>
<ParameterValue>5</ParameterValue>
<IsModifiable>true</IsModifiable>
</Parameter>
<Parameter>
<AllowedValues>0-1000000</AllowedValues>
<ApplyType>dynamic</ApplyType>
<DataType>integer</DataType>
<Description>Number of transactions by which VACUUM and HOT cleanup should be deferred, if any.</Description>
<ApplyMethod>pending-reboot</ApplyMethod>
<ParameterName>vacuum_defer_cleanup_age</ParameterName>
<Source>engine-default</Source>
<IsModifiable>true</IsModifiable>
</Parameter>
<Parameter>
<AllowedValues>0-1000000000</AllowedValues>
<ApplyType>dynamic</ApplyType>
<DataType>integer</DataType>
<Description>Minimum age at which VACUUM should freeze a table row.</Description>
<ApplyMethod>pending-reboot</ApplyMethod>
<ParameterName>vacuum_freeze_min_age</ParameterName>
<Source>engine-default</Source>
<IsModifiable>true</IsModifiable>
</Parameter>
<Parameter>
<AllowedValues>0-2000000000</AllowedValues>
<ApplyType>dynamic</ApplyType>
<DataType>integer</DataType>
<Description>Age at which VACUUM should scan whole table to freeze tuples.</Description>
<ApplyMethod>pending-reboot</ApplyMethod>
<ParameterName>vacuum_freeze_table_age</ParameterName>
<Source>engine-default</Source>
<IsModifiable>true</IsModifiable>
</Parameter>
<Parameter>
<AllowedValues>0-1000000000</AllowedValues>
<ApplyType>dynamic</ApplyType>
<DataType>integer</DataType>
<Description>Minimum age at which VACUUM should freeze a MultiXactId in a table row.</Description>
<ApplyMethod>pending-reboot</ApplyMethod>
<ParameterName>vacuum_multixact_freeze_min_age</ParameterName>
<Source>engine-default</Source>
<IsModifiable>true</IsModifiable>
</Parameter>
<Parameter>
<AllowedValues>0-2000000000</AllowedValues>
<ApplyType>dynamic</ApplyType>
<DataType>integer</DataType>
<Description>Multixact age at which VACUUM should scan whole table to freeze tuples.</Description>
<ApplyMethod>pending-reboot</ApplyMethod>
<ParameterName>vacuum_multixact_freeze_table_age</ParameterName>
<Source>engine-default</Source>
<IsModifiable>true</IsModifiable>
</Parameter>
<Parameter>
<AllowedValues>-1-262143</AllowedValues>
<ApplyType>static</ApplyType>
<DataType>integer</DataType>
<Description>(8kB) Sets the number of disk-page buffers in shared memory for WAL.</Description>
<ApplyMethod>pending-reboot</ApplyMethod>
<ParameterName>wal_buffers</ParameterName>
<Source>engine-default</Source>
<IsModifiable>true</IsModifiable>
</Parameter>
<Parameter>
<AllowedValues>0,1</AllowedValues>
<ApplyType>static</ApplyType>
<DataType>boolean</DataType>
<Description>Compresses full-page writes written in WAL file.</Description>
<ApplyMethod>pending-reboot</ApplyMethod>
<ParameterName>wal_compression</ParameterName>
<Source>engine-default</Source>
<IsModifiable>true</IsModifiable>
</Parameter>
<Parameter>
<AllowedValues>0-2147483647</AllowedValues>
<ApplyType>dynamic</ApplyType>
<DataType>integer</DataType>
<Description>Sets the number of WAL files held for standby servers.</Description>
<ApplyMethod>pending-reboot</ApplyMethod>
<ParameterName>wal_keep_segments</ParameterName>
<Source>system</Source>
<ParameterValue>32</ParameterValue>
<IsModifiable>true</IsModifiable>
</Parameter>
<Parameter>
/AllowedValues>
<ApplyType>dynamic</ApplyType>
<DataType>integer</DataType>
<Description>(s) Sets the maximum interval between WAL receiver status reports to the primary.</Description>
<ApplyMethod>pending-reboot</ApplyMethod>
<ParameterName>wal_receiver_status_interval</ParameterName>
<Source>engine-default</Source>
<IsModifiable>true</IsModifiable>
</Parameter>
<Parameter>
<AllowedValues>0-3600000</AllowedValues>
<ApplyType>dynamic</ApplyType>
<DataType>integer</DataType>
<Description>(ms) Sets the maximum wait time to receive data from the primary.</Description>
<ApplyMethod>pending-reboot</ApplyMethod>
<ParameterName>wal_receiver_timeout</ParameterName>
<Source>engine-default</Source>
<ParameterValue>30000</ParameterValue>
<IsModifiable>true</IsModifiable>
</Parameter>
<Parameter>
<AllowedValues>0-3600000</AllowedValues>
<ApplyType>dynamic</ApplyType>
<DataType>integer</DataType>
<Description>(ms) Sets the maximum time to wait for WAL replication.</Description>
<ApplyMethod>pending-reboot</ApplyMethod>
<ParameterName>wal_sender_timeout</ParameterName>
<Source>engine-default</Source>
<ParameterValue>30000</ParameterValue>
<IsModifiable>true</IsModifiable>
</Parameter>
<Parameter>
<AllowedValues>fsync,fdatasync,open_sync,open_datasync</AllowedValues>
<ApplyType>dynamic</ApplyType>
<DataType>string</DataType>
<Description>Selects the method used for forcing WAL updates to disk.</Description>
<ApplyMethod>pending-reboot</ApplyMethod>
<ParameterName>wal_sync_method</ParameterName>
<Source>system</Source>
<IsModifiable>false</IsModifiable>
</Parameter>
<Parameter>
<AllowedValues>1-10000</AllowedValues>
<ApplyType>dynamic</ApplyType>
<DataType>integer</DataType>
) WAL writer sleep time between WAL flushes.</Description>
<ApplyMethod>pending-reboot</ApplyMethod>
<ParameterName>wal_writer_delay</ParameterName>
<Source>engine-default</Source>
<IsModifiable>true</IsModifiable>
</Parameter>
<Parameter>
<AllowedValues>0-2147483647</AllowedValues>
<ApplyType>dynamic</ApplyType>
<DataType>integer</DataType>
<Description>(8Kb) Amount of WAL written out by WAL writer triggering a flush.</Description>
<ApplyMethod>pending-reboot</ApplyMethod>
<ParameterName>wal_writer_flush_after</ParameterName>
<Source>engine-default</Source>
<IsModifiable>true</IsModifiable>
</Parameter>
<Parameter>
<AllowedValues>64-2147483647</AllowedValues>
<ApplyType>dynamic</ApplyType>
<DataType>integer</DataType>
<Description>(kB) Sets the maximum memory to be used for query workspaces.</Description>
<ApplyMethod>pending-reboot</ApplyMethod>
<ParameterName>work_mem</ParameterName>
<Source>user</Source>
<ParameterValue>8192</ParameterValue>
<IsModifiable>true</IsModifiable>
</Parameter>
<Parameter>
<AllowedValues>base64,hex</AllowedValues>
<ApplyType>dynamic</ApplyType>
<DataType>string</DataType>
<Description>Sets how binary values are to be encoded in XML.</Description>
<ApplyMethod>pending-reboot</ApplyMethod>
<ParameterName>xmlbinary</ParameterName>
<Source>engine-default</Source>
<IsModifiable>true</IsModifiable>
</Parameter>
<Parameter>
<AllowedValues>content,document</AllowedValues>
<ApplyType>dynamic</ApplyType>
<DataType>string</DataType>
<Description>Sets whether XML data in implicit parsing and serialization operations is to be considered as documents or content fragments.</Description>
<ApplyMethod>pending-reboot</ApplyMethod>
<ParameterName>xmloption</ParameterName>
<Source>engine-default</Source>
<IsModifiable>true</IsModifiable>
</Parameter>
</Parameters>
</DescribeDBParametersResult>
<ResponseMetadata>
<RequestId>00ebf864-2b56-4bcd-857f-5639a3c1e0a7</RequestId>
</ResponseMetadata>
</DescribeDBParametersResponse>: timestamp=2021-03-10T17:07:02.909-0500
2021-03-10T17:07:02.909-0500 [INFO] plugin.terraform-provider-aws_v3.24.1_x5: 2021/03/10 17:07:02 [DEBUG] Not persisting application_name to state, as its source is "engine-default" and it isn't in the config: timestamp=2021-03-10T17:07:02.909-0500
2021-03-10T17:07:02.909-0500 [INFO] plugin.terraform-provider-aws_v3.24.1_x5: 2021/03/10 17:07:02 [DEBUG] Not persisting archive_command to state, as its source is "system" and it isn't in the config: timestamp=2021-03-10T17:07:02.909-0500
2021-03-10T17:07:02.909-0500 [INFO] plugin.terraform-provider-aws_v3.24.1_x5: 2021/03/10 17:07:02 [DEBUG] Not persisting archive_timeout to state, as its source is "system" and it isn't in the config: timestamp=2021-03-10T17:07:02.909-0500
2021-03-10T17:07:02.909-0500 [INFO] plugin.terraform-provider-aws_v3.24.1_x5: 2021/03/10 17:07:02 [DEBUG] Not persisting array_nulls to state, as its source is "engine-default" and it isn't in the config: timestamp=2021-03-10T17:07:02.909-0500
2021-03-10T17:07:02.909-0500 [INFO] plugin.terraform-provider-aws_v3.24.1_x5: 2021/03/10 17:07:02 [DEBUG] Not persisting authentication_timeout to state, as its source is "engine-default" and it isn't in the config: timestamp=2021-03-10T17:07:02.909-0500
2021-03-10T17:07:02.909-0500 [INFO] plugin.terraform-provider-aws_v3.24.1_x5: 2021/03/10 17:07:02 [DEBUG] Not persisting auto_explain.log_analyze to state, as its source is "engine-default" and it isn't in the config: timestamp=2021-03-10T17:07:02.909-0500
2021-03-10T17:07:02.909-0500 [INFO] plugin.terraform-provider-aws_v3.24.1_x5: 2021/03/10 17:07:02 [DEBUG] Not persisting auto_explain.log_buffers to state, as its source is "engine-default" and it isn't in the config: timestamp=2021-03-10T17:07:02.909-0500
2021-03-10T17:07:02.909-0500 [INFO] plugin.terraform-provider-aws_v3.24.1_x5: 2021/03/10 17:07:02 [DEBUG] Not persisting auto_explain.log_format to state, as its source is "engine-default" and it isn't in the config: timestamp=2021-03-10T17:07:02.909-0500
2021-03-10T17:07:02.909-0500 [INFO] plugin.terraform-provider-aws_v3.24.1_x5: 2021/03/10 17:07:02 [DEBUG] Not persisting auto_explain.log_min_duration to state, as its source is "engine-default" and it isn't in the config: timestamp=2021-03-10T17:07:02.909-0500
2021-03-10T17:07:02.909-0500 [INFO] plugin.terraform-provider-aws_v3.24.1_x5: 2021/03/10 17:07:02 [DEBUG] Not persisting auto_explain.log_nested_statements to state, as its source is "engine-default" and it isn't in the config: timestamp=2021-03-10T17:07:02.909-0500
21-03-10T17:07:02.909-0500 [INFO] plugin.terraform-provider-aws_v3.24.1_x5: 2021/03/10 17:07:02 [DEBUG] Not persisting auto_explain.log_timing to state, as its source is "engine-default" and it isn't in the config: timestamp=2021-03-10T17:07:02.909-0500
2021-03-10T17:07:02.909-0500 [INFO] plugin.terraform-provider-aws_v3.24.1_x5: 2021/03/10 17:07:02 [DEBUG] Not persisting auto_explain.log_triggers to state, as its source is "engine-default" and it isn't in the config: timestamp=2021-03-10T17:07:02.909-0500
2021-03-10T17:07:02.909-0500 [INFO] plugin.terraform-provider-aws_v3.24.1_x5: 2021/03/10 17:07:02 [DEBUG] Not persisting auto_explain.log_verbose to state, as its source is "engine-default" and it isn't in the config: timestamp=2021-03-10T17:07:02.909-0500
2021-03-10T17:07:02.909-0500 [INFO] plugin.terraform-provider-aws_v3.24.1_x5: 2021/03/10 17:07:02 [DEBUG] Not persisting auto_explain.sample_rate to state, as its source is "engine-default" and it isn't in the config: timestamp=2021-03-10T17:07:02.909-0500
2021-03-10T17:07:02.909-0500 [INFO] plugin.terraform-provider-aws_v3.24.1_x5: 2021/03/10 17:07:02 [DEBUG] Not persisting autovacuum_analyze_scale_factor to state, as its source is "system" and it isn't in the config: timestamp=2021-03-10T17:07:02.909-0500
2021-03-10T17:07:02.909-0500 [INFO] plugin.terraform-provider-aws_v3.24.1_x5: 2021/03/10 17:07:02 [DEBUG] Not persisting autovacuum_analyze_threshold to state, as its source is "engine-default" and it isn't in the config: timestamp=2021-03-10T17:07:02.909-0500
2021-03-10T17:07:02.909-0500 [INFO] plugin.terraform-provider-aws_v3.24.1_x5: 2021/03/10 17:07:02 [DEBUG] Not persisting autovacuum_freeze_max_age to state, as its source is "engine-default" and it isn't in the config: timestamp=2021-03-10T17:07:02.909-0500
09-0500
2021-03-10T17:07:02.909-0500 [INFO] plugin.terraform-provider-aws_v3.24.1_x5: 2021/03/10 17:07:02 [DEBUG] Not persisting autovacuum_multixact_freeze_max_age to state, as its source is "engine-default" and it isn't in the config: timestamp=2021-03-10T17:07:02.909-0500
2021-03-10T17:07:02.909-0500 [INFO] plugin.terraform-provider-aws_v3.24.1_x5: 2021/03/10 17:07:02 [DEBUG] Not persisting autovacuum_naptime to state, as its source is "system" and it isn't in the config: timestamp=2021-03-10T17:07:02.909-0500
2021-03-10T17:07:02.909-0500 [INFO] plugin.terraform-provider-aws_v3.24.1_x5: 2021/03/10 17:07:02 [DEBUG] Not persisting autovacuum_vacuum_scale_factor to state, as its source is "system" and it isn't in the config: timestamp=2021-03-10T17:07:02.909-0500
2021-03-10T17:07:02.909-0500 [INFO] plugin.terraform-provider-aws_v3.24.1_x5: 2021/03/10 17:07:02 [DEBUG] Not persisting autovacuum_vacuum_threshold to state, as its source is "engine-default" and it isn't in the config: timestamp=2021-03-10T17:07:02.909-0500
2021-03-10T17:07:02.909-0500 [INFO] plugin.terraform-provider-aws_v3.24.1_x5: 2021/03/10 17:07:02 [DEBUG] Not persisting backend_flush_after to state, as its source is "engine-default" and it isn't in the config: timestamp=2021-03-10T17:07:02.909-0500
2021-03-10T17:07:02.909-0500 [INFO] plugin.terraform-provider-aws_v3.24.1_x5: 2021/03/10 17:07:02 [DEBUG] Not persisting backslash_quote to state, as its source is "engine-default" and it isn't in the config: timestamp=2021-03-10T17:07:02.909-0500
2021-03-10T17:07:02.909-0500 [INFO] plugin.terraform-provider-aws_v3.24.1_x5: 2021/03/10 17:07:02 [DEBUG] Not persisting bgwriter_delay to state, as its source is "engine-default" and it isn't in the config: timestamp=2021-03-10T17:07:02.909-0500
2021-03-10T17:07:02.909-0500 [INFO] plugin.terraform-provider-aws_v3.24.1_x5: 2021/03/10 17:07:02 [DEBUG] Not persisting bgwriter_flush_after to state, as its source is "engine-default" and it isn't in the config: timestamp=2021-03-10T17:07:02.909-0500
3-10T17:07:02.909-0500 [INFO] plugin.terraform-provider-aws_v3.24.1_x5: 2021/03/10 17:07:02 [DEBUG] Not persisting bgwriter_lru_maxpages to state, as its source is "engine-default" and it isn't in the config: timestamp=2021-03-10T17:07:02.909-0500
2021-03-10T17:07:02.909-0500 [INFO] plugin.terraform-provider-aws_v3.24.1_x5: 2021/03/10 17:07:02 [DEBUG] Not persisting bgwriter_lru_multiplier to state, as its source is "engine-default" and it isn't in the config: timestamp=2021-03-10T17:07:02.909-0500
2021-03-10T17:07:02.909-0500 [INFO] plugin.terraform-provider-aws_v3.24.1_x5: 2021/03/10 17:07:02 [DEBUG] Not persisting bytea_output to state, as its source is "engine-default" and it isn't in the config: timestamp=2021-03-10T17:07:02.909-0500
2021-03-10T17:07:02.909-0500 [INFO] plugin.terraform-provider-aws_v3.24.1_x5: 2021/03/10 17:07:02 [DEBUG] Not persisting check_function_bodies to state, as its source is "engine-default" and it isn't in the config: timestamp=2021-03-10T17:07:02.909-0500
2021-03-10T17:07:02.910-0500 [INFO] plugin.terraform-provider-aws_v3.24.1_x5: 2021/03/10 17:07:02 [DEBUG] Not persisting checkpoint_completion_target to state, as its source is "system" and it isn't in the config: timestamp=2021-03-10T17:07:02.909-0500
2021-03-10T17:07:02.910-0500 [INFO] plugin.terraform-provider-aws_v3.24.1_x5: 2021/03/10 17:07:02 [DEBUG] Not persisting checkpoint_flush_after to state, as its source is "engine-default" and it isn't in the config: timestamp=2021-03-10T17:07:02.909-0500
2021-03-10T17:07:02.910-0500 [INFO] plugin.terraform-provider-aws_v3.24.1_x5: 2021/03/10 17:07:02 [DEBUG] Not persisting checkpoint_warning to state, as its source is "engine-default" and it isn't in the config: timestamp=2021-03-10T17:07:02.909-0500
2021-03-10T17:07:02.910-0500 [INFO] plugin.terraform-provider-aws_v3.24.1_x5: 2021/03/10 17:07:02 [DEBUG] Not persisting client_encoding to state, as its source is "system" and it isn't in the config: timestamp=2021-03-10T17:07:02.909-0500
lugin.terraform-provider-aws_v3.24.1_x5: 2021/03/10 17:07:02 [DEBUG] Not persisting client_min_messages to state, as its source is "engine-default" and it isn't in the config: timestamp=2021-03-10T17:07:02.909-0500
2021-03-10T17:07:02.910-0500 [INFO] plugin.terraform-provider-aws_v3.24.1_x5: 2021/03/10 17:07:02 [DEBUG] Not persisting commit_delay to state, as its source is "engine-default" and it isn't in the config: timestamp=2021-03-10T17:07:02.909-0500
2021-03-10T17:07:02.910-0500 [INFO] plugin.terraform-provider-aws_v3.24.1_x5: 2021/03/10 17:07:02 [DEBUG] Not persisting commit_siblings to state, as its source is "engine-default" and it isn't in the config: timestamp=2021-03-10T17:07:02.909-0500
2021-03-10T17:07:02.910-0500 [INFO] plugin.terraform-provider-aws_v3.24.1_x5: 2021/03/10 17:07:02 [DEBUG] Not persisting config_file to state, as its source is "system" and it isn't in the config: timestamp=2021-03-10T17:07:02.909-0500
2021-03-10T17:07:02.910-0500 [INFO] plugin.terraform-provider-aws_v3.24.1_x5: 2021/03/10 17:07:02 [DEBUG] Not persisting constraint_exclusion to state, as its source is "engine-default" and it isn't in the config: timestamp=2021-03-10T17:07:02.909-0500
2021-03-10T17:07:02.910-0500 [INFO] plugin.terraform-provider-aws_v3.24.1_x5: 2021/03/10 17:07:02 [DEBUG] Not persisting cpu_index_tuple_cost to state, as its source is "engine-default" and it isn't in the config: timestamp=2021-03-10T17:07:02.909-0500
2021-03-10T17:07:02.910-0500 [INFO] plugin.terraform-provider-aws_v3.24.1_x5: 2021/03/10 17:07:02 [DEBUG] Not persisting cpu_operator_cost to state, as its source is "engine-default" and it isn't in the config: timestamp=2021-03-10T17:07:02.909-0500
2021-03-10T17:07:02.910-0500 [INFO] plugin.terraform-provider-aws_v3.24.1_x5: 2021/03/10 17:07:02 [DEBUG] Not persisting cpu_tuple_cost to state, as its source is "engine-default" and it isn't in the config: timestamp=2021-03-10T17:07:02.909-0500
7:02 [DEBUG] Not persisting cron.database_name to state, as its source is "engine-default" and it isn't in the config: timestamp=2021-03-10T17:07:02.909-0500
2021-03-10T17:07:02.910-0500 [INFO] plugin.terraform-provider-aws_v3.24.1_x5: 2021/03/10 17:07:02 [DEBUG] Not persisting cron.log_run to state, as its source is "engine-default" and it isn't in the config: timestamp=2021-03-10T17:07:02.909-0500
2021-03-10T17:07:02.910-0500 [INFO] plugin.terraform-provider-aws_v3.24.1_x5: 2021/03/10 17:07:02 [DEBUG] Not persisting cron.log_statement to state, as its source is "engine-default" and it isn't in the config: timestamp=2021-03-10T17:07:02.909-0500
2021-03-10T17:07:02.910-0500 [INFO] plugin.terraform-provider-aws_v3.24.1_x5: 2021/03/10 17:07:02 [DEBUG] Not persisting cron.max_running_jobs to state, as its source is "engine-default" and it isn't in the config: timestamp=2021-03-10T17:07:02.909-0500
2021-03-10T17:07:02.910-0500 [INFO] plugin.terraform-provider-aws_v3.24.1_x5: 2021/03/10 17:07:02 [DEBUG] Not persisting cron.use_background_workers to state, as its source is "system" and it isn't in the config: timestamp=2021-03-10T17:07:02.909-0500
2021-03-10T17:07:02.910-0500 [INFO] plugin.terraform-provider-aws_v3.24.1_x5: 2021/03/10 17:07:02 [DEBUG] Not persisting cursor_tuple_fraction to state, as its source is "engine-default" and it isn't in the config: timestamp=2021-03-10T17:07:02.909-0500
2021-03-10T17:07:02.910-0500 [INFO] plugin.terraform-provider-aws_v3.24.1_x5: 2021/03/10 17:07:02 [DEBUG] Not persisting data_directory to state, as its source is "system" and it isn't in the config: timestamp=2021-03-10T17:07:02.909-0500
2021-03-10T17:07:02.910-0500 [INFO] plugin.terraform-provider-aws_v3.24.1_x5: 2021/03/10 17:07:02 [DEBUG] Not persisting datestyle to state, as its source is "engine-default" and it isn't in the config: timestamp=2021-03-10T17:07:02.909-0500
te, as its source is "engine-default" and it isn't in the config: timestamp=2021-03-10T17:07:02.909-0500
2021-03-10T17:07:02.910-0500 [INFO] plugin.terraform-provider-aws_v3.24.1_x5: 2021/03/10 17:07:02 [DEBUG] Not persisting deadlock_timeout to state, as its source is "engine-default" and it isn't in the config: timestamp=2021-03-10T17:07:02.909-0500
2021-03-10T17:07:02.910-0500 [INFO] plugin.terraform-provider-aws_v3.24.1_x5: 2021/03/10 17:07:02 [DEBUG] Not persisting debug_pretty_print to state, as its source is "engine-default" and it isn't in the config: timestamp=2021-03-10T17:07:02.909-0500
2021-03-10T17:07:02.910-0500 [INFO] plugin.terraform-provider-aws_v3.24.1_x5: 2021/03/10 17:07:02 [DEBUG] Not persisting debug_print_parse to state, as its source is "engine-default" and it isn't in the config: timestamp=2021-03-10T17:07:02.909-0500
2021-03-10T17:07:02.910-0500 [INFO] plugin.terraform-provider-aws_v3.24.1_x5: 2021/03/10 17:07:02 [DEBUG] Not persisting debug_print_plan to state, as its source is "engine-default" and it isn't in the config: timestamp=2021-03-10T17:07:02.909-0500
2021-03-10T17:07:02.910-0500 [INFO] plugin.terraform-provider-aws_v3.24.1_x5: 2021/03/10 17:07:02 [DEBUG] Not persisting debug_print_rewritten to state, as its source is "engine-default" and it isn't in the config: timestamp=2021-03-10T17:07:02.909-0500
2021-03-10T17:07:02.910-0500 [INFO] plugin.terraform-provider-aws_v3.24.1_x5: 2021/03/10 17:07:02 [DEBUG] Not persisting default_statistics_target to state, as its source is "engine-default" and it isn't in the config: timestamp=2021-03-10T17:07:02.909-0500
2021-03-10T17:07:02.910-0500 [INFO] plugin.terraform-provider-aws_v3.24.1_x5: 2021/03/10 17:07:02 [DEBUG] Not persisting default_tablespace to state, as its source is "engine-default" and it isn't in the config: timestamp=2021-03-10T17:07:02.909-0500
ce is "engine-default" and it isn't in the config: timestamp=2021-03-10T17:07:02.909-0500
2021-03-10T17:07:02.910-0500 [INFO] plugin.terraform-provider-aws_v3.24.1_x5: 2021/03/10 17:07:02 [DEBUG] Not persisting default_transaction_isolation to state, as its source is "engine-default" and it isn't in the config: timestamp=2021-03-10T17:07:02.909-0500
2021-03-10T17:07:02.910-0500 [INFO] plugin.terraform-provider-aws_v3.24.1_x5: 2021/03/10 17:07:02 [DEBUG] Not persisting default_transaction_read_only to state, as its source is "engine-default" and it isn't in the config: timestamp=2021-03-10T17:07:02.909-0500
2021-03-10T17:07:02.910-0500 [INFO] plugin.terraform-provider-aws_v3.24.1_x5: 2021/03/10 17:07:02 [DEBUG] Not persisting effective_cache_size to state, as its source is "system" and it isn't in the config: timestamp=2021-03-10T17:07:02.909-0500
2021-03-10T17:07:02.910-0500 [INFO] plugin.terraform-provider-aws_v3.24.1_x5: 2021/03/10 17:07:02 [DEBUG] Not persisting effective_io_concurrency to state, as its source is "engine-default" and it isn't in the config: timestamp=2021-03-10T17:07:02.909-0500
2021-03-10T17:07:02.910-0500 [INFO] plugin.terraform-provider-aws_v3.24.1_x5: 2021/03/10 17:07:02 [DEBUG] Not persisting enable_bitmapscan to state, as its source is "engine-default" and it isn't in the config: timestamp=2021-03-10T17:07:02.909-0500
2021-03-10T17:07:02.910-0500 [INFO] plugin.terraform-provider-aws_v3.24.1_x5: 2021/03/10 17:07:02 [DEBUG] Not persisting enable_gathermerge to state, as its source is "engine-default" and it isn't in the config: timestamp=2021-03-10T17:07:02.909-0500
2021-03-10T17:07:02.910-0500 [INFO] plugin.terraform-provider-aws_v3.24.1_x5: 2021/03/10 17:07:02 [DEBUG] Not persisting enable_hashagg to state, as its source is "engine-default" and it isn't in the config: timestamp=2021-03-10T17:07:02.909-0500
ult" and it isn't in the config: timestamp=2021-03-10T17:07:02.909-0500
2021-03-10T17:07:02.910-0500 [INFO] plugin.terraform-provider-aws_v3.24.1_x5: 2021/03/10 17:07:02 [DEBUG] Not persisting enable_indexonlyscan to state, as its source is "engine-default" and it isn't in the config: timestamp=2021-03-10T17:07:02.909-0500
2021-03-10T17:07:02.910-0500 [INFO] plugin.terraform-provider-aws_v3.24.1_x5: 2021/03/10 17:07:02 [DEBUG] Not persisting enable_indexscan to state, as its source is "engine-default" and it isn't in the config: timestamp=2021-03-10T17:07:02.909-0500
2021-03-10T17:07:02.910-0500 [INFO] plugin.terraform-provider-aws_v3.24.1_x5: 2021/03/10 17:07:02 [DEBUG] Not persisting enable_material to state, as its source is "engine-default" and it isn't in the config: timestamp=2021-03-10T17:07:02.909-0500
2021-03-10T17:07:02.910-0500 [INFO] plugin.terraform-provider-aws_v3.24.1_x5: 2021/03/10 17:07:02 [DEBUG] Not persisting enable_mergejoin to state, as its source is "engine-default" and it isn't in the config: timestamp=2021-03-10T17:07:02.909-0500
2021-03-10T17:07:02.910-0500 [INFO] plugin.terraform-provider-aws_v3.24.1_x5: 2021/03/10 17:07:02 [DEBUG] Not persisting enable_nestloop to state, as its source is "engine-default" and it isn't in the config: timestamp=2021-03-10T17:07:02.910-0500
2021-03-10T17:07:02.910-0500 [INFO] plugin.terraform-provider-aws_v3.24.1_x5: 2021/03/10 17:07:02 [DEBUG] Not persisting enable_parallel_append to state, as its source is "engine-default" and it isn't in the config: timestamp=2021-03-10T17:07:02.910-0500
2021-03-10T17:07:02.910-0500 [INFO] plugin.terraform-provider-aws_v3.24.1_x5: 2021/03/10 17:07:02 [DEBUG] Not persisting enable_parallel_hash to state, as its source is "engine-default" and it isn't in the config: timestamp=2021-03-10T17:07:02.910-0500
fig: timestamp=2021-03-10T17:07:02.910-0500
2021-03-10T17:07:02.910-0500 [INFO] plugin.terraform-provider-aws_v3.24.1_x5: 2021/03/10 17:07:02 [DEBUG] Not persisting enable_partitionwise_aggregate to state, as its source is "engine-default" and it isn't in the config: timestamp=2021-03-10T17:07:02.910-0500
2021-03-10T17:07:02.910-0500 [INFO] plugin.terraform-provider-aws_v3.24.1_x5: 2021/03/10 17:07:02 [DEBUG] Not persisting enable_partitionwise_join to state, as its source is "engine-default" and it isn't in the config: timestamp=2021-03-10T17:07:02.910-0500
2021-03-10T17:07:02.910-0500 [INFO] plugin.terraform-provider-aws_v3.24.1_x5: 2021/03/10 17:07:02 [DEBUG] Not persisting enable_seqscan to state, as its source is "engine-default" and it isn't in the config: timestamp=2021-03-10T17:07:02.910-0500
2021-03-10T17:07:02.910-0500 [INFO] plugin.terraform-provider-aws_v3.24.1_x5: 2021/03/10 17:07:02 [DEBUG] Not persisting enable_sort to state, as its source is "engine-default" and it isn't in the config: timestamp=2021-03-10T17:07:02.910-0500
2021-03-10T17:07:02.910-0500 [INFO] plugin.terraform-provider-aws_v3.24.1_x5: 2021/03/10 17:07:02 [DEBUG] Not persisting enable_tidscan to state, as its source is "engine-default" and it isn't in the config: timestamp=2021-03-10T17:07:02.910-0500
2021-03-10T17:07:02.910-0500 [INFO] plugin.terraform-provider-aws_v3.24.1_x5: 2021/03/10 17:07:02 [DEBUG] Not persisting escape_string_warning to state, as its source is "engine-default" and it isn't in the config: timestamp=2021-03-10T17:07:02.910-0500
2021-03-10T17:07:02.910-0500 [INFO] plugin.terraform-provider-aws_v3.24.1_x5: 2021/03/10 17:07:02 [DEBUG] Not persisting exit_on_error to state, as its source is "engine-default" and it isn't in the config: timestamp=2021-03-10T17:07:02.910-0500
7:02.910-0500
2021-03-10T17:07:02.910-0500 [INFO] plugin.terraform-provider-aws_v3.24.1_x5: 2021/03/10 17:07:02 [DEBUG] Not persisting force_parallel_mode to state, as its source is "engine-default" and it isn't in the config: timestamp=2021-03-10T17:07:02.910-0500
2021-03-10T17:07:02.910-0500 [INFO] plugin.terraform-provider-aws_v3.24.1_x5: 2021/03/10 17:07:02 [DEBUG] Not persisting from_collapse_limit to state, as its source is "engine-default" and it isn't in the config: timestamp=2021-03-10T17:07:02.910-0500
2021-03-10T17:07:02.910-0500 [INFO] plugin.terraform-provider-aws_v3.24.1_x5: 2021/03/10 17:07:02 [DEBUG] Not persisting fsync to state, as its source is "system" and it isn't in the config: timestamp=2021-03-10T17:07:02.910-0500
2021-03-10T17:07:02.910-0500 [INFO] plugin.terraform-provider-aws_v3.24.1_x5: 2021/03/10 17:07:02 [DEBUG] Not persisting full_page_writes to state, as its source is "system" and it isn't in the config: timestamp=2021-03-10T17:07:02.910-0500
2021-03-10T17:07:02.910-0500 [INFO] plugin.terraform-provider-aws_v3.24.1_x5: 2021/03/10 17:07:02 [DEBUG] Not persisting geqo to state, as its source is "engine-default" and it isn't in the config: timestamp=2021-03-10T17:07:02.910-0500
2021-03-10T17:07:02.910-0500 [INFO] plugin.terraform-provider-aws_v3.24.1_x5: 2021/03/10 17:07:02 [DEBUG] Not persisting geqo_effort to state, as its source is "engine-default" and it isn't in the config: timestamp=2021-03-10T17:07:02.910-0500
2021-03-10T17:07:02.910-0500 [INFO] plugin.terraform-provider-aws_v3.24.1_x5: 2021/03/10 17:07:02 [DEBUG] Not persisting geqo_generations to state, as its source is "engine-default" and it isn't in the config: timestamp=2021-03-10T17:07:02.910-0500
2021-03-10T17:07:02.910-0500 [INFO] plugin.terraform-provider-aws_v3.24.1_x5: 2021/03/10 17:07:02 [DEBUG] Not persisting geqo_pool_size to state, as its source is "engine-default" and it isn't in the config: timestamp=2021-03-10T17:07:02.910-0500
_x5: 2021/03/10 17:07:02 [DEBUG] Not persisting geqo_seed to state, as its source is "engine-default" and it isn't in the config: timestamp=2021-03-10T17:07:02.910-0500
2021-03-10T17:07:02.910-0500 [INFO] plugin.terraform-provider-aws_v3.24.1_x5: 2021/03/10 17:07:02 [DEBUG] Not persisting geqo_selection_bias to state, as its source is "engine-default" and it isn't in the config: timestamp=2021-03-10T17:07:02.910-0500
2021-03-10T17:07:02.910-0500 [INFO] plugin.terraform-provider-aws_v3.24.1_x5: 2021/03/10 17:07:02 [DEBUG] Not persisting geqo_threshold to state, as its source is "engine-default" and it isn't in the config: timestamp=2021-03-10T17:07:02.910-0500
2021-03-10T17:07:02.910-0500 [INFO] plugin.terraform-provider-aws_v3.24.1_x5: 2021/03/10 17:07:02 [DEBUG] Not persisting gin_fuzzy_search_limit to state, as its source is "engine-default" and it isn't in the config: timestamp=2021-03-10T17:07:02.910-0500
2021-03-10T17:07:02.910-0500 [INFO] plugin.terraform-provider-aws_v3.24.1_x5: 2021/03/10 17:07:02 [DEBUG] Not persisting gin_pending_list_limit to state, as its source is "engine-default" and it isn't in the config: timestamp=2021-03-10T17:07:02.910-0500
2021-03-10T17:07:02.910-0500 [INFO] plugin.terraform-provider-aws_v3.24.1_x5: 2021/03/10 17:07:02 [DEBUG] Not persisting hba_file to state, as its source is "system" and it isn't in the config: timestamp=2021-03-10T17:07:02.910-0500
2021-03-10T17:07:02.910-0500 [INFO] plugin.terraform-provider-aws_v3.24.1_x5: 2021/03/10 17:07:02 [DEBUG] Not persisting hll.force_groupagg to state, as its source is "engine-default" and it isn't in the config: timestamp=2021-03-10T17:07:02.910-0500
2021-03-10T17:07:02.910-0500 [INFO] plugin.terraform-provider-aws_v3.24.1_x5: 2021/03/10 17:07:02 [DEBUG] Not persisting hot_standby_feedback to state, as its source is "engine-default" and it isn't in the config: timestamp=2021-03-10T17:07:02.910-0500
_pages to state, as its source is "system" and it isn't in the config: timestamp=2021-03-10T17:07:02.910-0500
2021-03-10T17:07:02.910-0500 [INFO] plugin.terraform-provider-aws_v3.24.1_x5: 2021/03/10 17:07:02 [DEBUG] Not persisting ident_file to state, as its source is "system" and it isn't in the config: timestamp=2021-03-10T17:07:02.910-0500
2021-03-10T17:07:02.910-0500 [INFO] plugin.terraform-provider-aws_v3.24.1_x5: 2021/03/10 17:07:02 [DEBUG] Not persisting intervalstyle to state, as its source is "engine-default" and it isn't in the config: timestamp=2021-03-10T17:07:02.910-0500
2021-03-10T17:07:02.910-0500 [INFO] plugin.terraform-provider-aws_v3.24.1_x5: 2021/03/10 17:07:02 [DEBUG] Not persisting jit to state, as its source is "system" and it isn't in the config: timestamp=2021-03-10T17:07:02.910-0500
2021-03-10T17:07:02.910-0500 [INFO] plugin.terraform-provider-aws_v3.24.1_x5: 2021/03/10 17:07:02 [DEBUG] Not persisting jit_above_cost to state, as its source is "engine-default" and it isn't in the config: timestamp=2021-03-10T17:07:02.910-0500
2021-03-10T17:07:02.910-0500 [INFO] plugin.terraform-provider-aws_v3.24.1_x5: 2021/03/10 17:07:02 [DEBUG] Not persisting jit_inline_above_cost to state, as its source is "engine-default" and it isn't in the config: timestamp=2021-03-10T17:07:02.910-0500
2021-03-10T17:07:02.910-0500 [INFO] plugin.terraform-provider-aws_v3.24.1_x5: 2021/03/10 17:07:02 [DEBUG] Not persisting jit_optimize_above_cost to state, as its source is "engine-default" and it isn't in the config: timestamp=2021-03-10T17:07:02.910-0500
2021-03-10T17:07:02.910-0500 [INFO] plugin.terraform-provider-aws_v3.24.1_x5: 2021/03/10 17:07:02 [DEBUG] Not persisting join_collapse_limit to state, as its source is "engine-default" and it isn't in the config: timestamp=2021-03-10T17:07:02.910-0500
mp=2021-03-10T17:07:02.910-0500
2021-03-10T17:07:02.910-0500 [INFO] plugin.terraform-provider-aws_v3.24.1_x5: 2021/03/10 17:07:02 [DEBUG] Not persisting lc_monetary to state, as its source is "engine-default" and it isn't in the config: timestamp=2021-03-10T17:07:02.910-0500
2021-03-10T17:07:02.910-0500 [INFO] plugin.terraform-provider-aws_v3.24.1_x5: 2021/03/10 17:07:02 [DEBUG] Not persisting lc_numeric to state, as its source is "engine-default" and it isn't in the config: timestamp=2021-03-10T17:07:02.910-0500
2021-03-10T17:07:02.910-0500 [INFO] plugin.terraform-provider-aws_v3.24.1_x5: 2021/03/10 17:07:02 [DEBUG] Not persisting lc_time to state, as its source is "engine-default" and it isn't in the config: timestamp=2021-03-10T17:07:02.910-0500
2021-03-10T17:07:02.910-0500 [INFO] plugin.terraform-provider-aws_v3.24.1_x5: 2021/03/10 17:07:02 [DEBUG] Not persisting listen_addresses to state, as its source is "system" and it isn't in the config: timestamp=2021-03-10T17:07:02.910-0500
2021-03-10T17:07:02.910-0500 [INFO] plugin.terraform-provider-aws_v3.24.1_x5: 2021/03/10 17:07:02 [DEBUG] Not persisting lo_compat_privileges to state, as its source is "system" and it isn't in the config: timestamp=2021-03-10T17:07:02.910-0500
2021-03-10T17:07:02.910-0500 [INFO] plugin.terraform-provider-aws_v3.24.1_x5: 2021/03/10 17:07:02 [DEBUG] Not persisting log_checkpoints to state, as its source is "engine-default" and it isn't in the config: timestamp=2021-03-10T17:07:02.910-0500
2021-03-10T17:07:02.910-0500 [INFO] plugin.terraform-provider-aws_v3.24.1_x5: 2021/03/10 17:07:02 [DEBUG] Not persisting log_connections to state, as its source is "engine-default" and it isn't in the config: timestamp=2021-03-10T17:07:02.910-0500
2021-03-10T17:07:02.910-0500 [INFO] plugin.terraform-provider-aws_v3.24.1_x5: 2021/03/10 17:07:02 [DEBUG] Not persisting log_destination to state, as its source is "system" and it isn't in the config: timestamp=2021-03-10T17:07:02.910-0500
der-aws_v3.24.1_x5: 2021/03/10 17:07:02 [DEBUG] Not persisting log_directory to state, as its source is "system" and it isn't in the config: timestamp=2021-03-10T17:07:02.910-0500
2021-03-10T17:07:02.910-0500 [INFO] plugin.terraform-provider-aws_v3.24.1_x5: 2021/03/10 17:07:02 [DEBUG] Not persisting log_disconnections to state, as its source is "engine-default" and it isn't in the config: timestamp=2021-03-10T17:07:02.910-0500
2021-03-10T17:07:02.910-0500 [INFO] plugin.terraform-provider-aws_v3.24.1_x5: 2021/03/10 17:07:02 [DEBUG] Not persisting log_error_verbosity to state, as its source is "engine-default" and it isn't in the config: timestamp=2021-03-10T17:07:02.910-0500
2021-03-10T17:07:02.910-0500 [INFO] plugin.terraform-provider-aws_v3.24.1_x5: 2021/03/10 17:07:02 [DEBUG] Not persisting log_executor_stats to state, as its source is "engine-default" and it isn't in the config: timestamp=2021-03-10T17:07:02.910-0500
2021-03-10T17:07:02.910-0500 [INFO] plugin.terraform-provider-aws_v3.24.1_x5: 2021/03/10 17:07:02 [DEBUG] Not persisting log_file_mode to state, as its source is "system" and it isn't in the config: timestamp=2021-03-10T17:07:02.910-0500
2021-03-10T17:07:02.910-0500 [INFO] plugin.terraform-provider-aws_v3.24.1_x5: 2021/03/10 17:07:02 [DEBUG] Not persisting log_filename to state, as its source is "system" and it isn't in the config: timestamp=2021-03-10T17:07:02.910-0500
2021-03-10T17:07:02.911-0500 [INFO] plugin.terraform-provider-aws_v3.24.1_x5: 2021/03/10 17:07:02 [DEBUG] Not persisting logging_collector to state, as its source is "system" and it isn't in the config: timestamp=2021-03-10T17:07:02.910-0500
2021-03-10T17:07:02.911-0500 [INFO] plugin.terraform-provider-aws_v3.24.1_x5: 2021/03/10 17:07:02 [DEBUG] Not persisting log_hostname to state, as its source is "engine-default" and it isn't in the config: timestamp=2021-03-10T17:07:02.910-0500
e, as its source is "system" and it isn't in the config: timestamp=2021-03-10T17:07:02.910-0500
2021-03-10T17:07:02.911-0500 [INFO] plugin.terraform-provider-aws_v3.24.1_x5: 2021/03/10 17:07:02 [DEBUG] Not persisting log_min_duration_statement to state, as its source is "engine-default" and it isn't in the config: timestamp=2021-03-10T17:07:02.910-0500
2021-03-10T17:07:02.911-0500 [INFO] plugin.terraform-provider-aws_v3.24.1_x5: 2021/03/10 17:07:02 [DEBUG] Not persisting log_min_messages to state, as its source is "engine-default" and it isn't in the config: timestamp=2021-03-10T17:07:02.910-0500
2021-03-10T17:07:02.911-0500 [INFO] plugin.terraform-provider-aws_v3.24.1_x5: 2021/03/10 17:07:02 [DEBUG] Not persisting log_parser_stats to state, as its source is "engine-default" and it isn't in the config: timestamp=2021-03-10T17:07:02.910-0500
2021-03-10T17:07:02.911-0500 [INFO] plugin.terraform-provider-aws_v3.24.1_x5: 2021/03/10 17:07:02 [DEBUG] Not persisting log_planner_stats to state, as its source is "engine-default" and it isn't in the config: timestamp=2021-03-10T17:07:02.910-0500
2021-03-10T17:07:02.911-0500 [INFO] plugin.terraform-provider-aws_v3.24.1_x5: 2021/03/10 17:07:02 [DEBUG] Not persisting log_replication_commands to state, as its source is "engine-default" and it isn't in the config: timestamp=2021-03-10T17:07:02.910-0500
2021-03-10T17:07:02.911-0500 [INFO] plugin.terraform-provider-aws_v3.24.1_x5: 2021/03/10 17:07:02 [DEBUG] Not persisting log_rotation_age to state, as its source is "system" and it isn't in the config: timestamp=2021-03-10T17:07:02.910-0500
2021-03-10T17:07:02.911-0500 [INFO] plugin.terraform-provider-aws_v3.24.1_x5: 2021/03/10 17:07:02 [DEBUG] Not persisting log_rotation_size to state, as its source is "engine-default" and it isn't in the config: timestamp=2021-03-10T17:07:02.910-0500
it isn't in the config: timestamp=2021-03-10T17:07:02.910-0500
2021-03-10T17:07:02.911-0500 [INFO] plugin.terraform-provider-aws_v3.24.1_x5: 2021/03/10 17:07:02 [DEBUG] Not persisting log_temp_files to state, as its source is "engine-default" and it isn't in the config: timestamp=2021-03-10T17:07:02.910-0500
2021-03-10T17:07:02.911-0500 [INFO] plugin.terraform-provider-aws_v3.24.1_x5: 2021/03/10 17:07:02 [DEBUG] Not persisting log_timezone to state, as its source is "system" and it isn't in the config: timestamp=2021-03-10T17:07:02.910-0500
2021-03-10T17:07:02.911-0500 [INFO] plugin.terraform-provider-aws_v3.24.1_x5: 2021/03/10 17:07:02 [DEBUG] Not persisting log_transaction_sample_rate to state, as its source is "engine-default" and it isn't in the config: timestamp=2021-03-10T17:07:02.910-0500
2021-03-10T17:07:02.911-0500 [INFO] plugin.terraform-provider-aws_v3.24.1_x5: 2021/03/10 17:07:02 [DEBUG] Not persisting log_truncate_on_rotation to state, as its source is "engine-default" and it isn't in the config: timestamp=2021-03-10T17:07:02.910-0500
2021-03-10T17:07:02.911-0500 [INFO] plugin.terraform-provider-aws_v3.24.1_x5: 2021/03/10 17:07:02 [DEBUG] Not persisting maintenance_work_mem to state, as its source is "engine-default" and it isn't in the config: timestamp=2021-03-10T17:07:02.910-0500
2021-03-10T17:07:02.911-0500 [INFO] plugin.terraform-provider-aws_v3.24.1_x5: 2021/03/10 17:07:02 [DEBUG] Not persisting max_connections to state, as its source is "system" and it isn't in the config: timestamp=2021-03-10T17:07:02.910-0500
2021-03-10T17:07:02.911-0500 [INFO] plugin.terraform-provider-aws_v3.24.1_x5: 2021/03/10 17:07:02 [DEBUG] Not persisting max_files_per_process to state, as its source is "engine-default" and it isn't in the config: timestamp=2021-03-10T17:07:02.910-0500
2021-03-10T17:07:02.910-0500
2021-03-10T17:07:02.911-0500 [INFO] plugin.terraform-provider-aws_v3.24.1_x5: 2021/03/10 17:07:02 [DEBUG] Not persisting max_logical_replication_workers to state, as its source is "engine-default" and it isn't in the config: timestamp=2021-03-10T17:07:02.910-0500
2021-03-10T17:07:02.911-0500 [INFO] plugin.terraform-provider-aws_v3.24.1_x5: 2021/03/10 17:07:02 [DEBUG] Not persisting max_parallel_maintenance_workers to state, as its source is "engine-default" and it isn't in the config: timestamp=2021-03-10T17:07:02.910-0500
2021-03-10T17:07:02.911-0500 [INFO] plugin.terraform-provider-aws_v3.24.1_x5: 2021/03/10 17:07:02 [DEBUG] Not persisting max_parallel_workers to state, as its source is "engine-default" and it isn't in the config: timestamp=2021-03-10T17:07:02.910-0500
2021-03-10T17:07:02.911-0500 [INFO] plugin.terraform-provider-aws_v3.24.1_x5: 2021/03/10 17:07:02 [DEBUG] Not persisting max_parallel_workers_per_gather to state, as its source is "engine-default" and it isn't in the config: timestamp=2021-03-10T17:07:02.910-0500
2021-03-10T17:07:02.911-0500 [INFO] plugin.terraform-provider-aws_v3.24.1_x5: 2021/03/10 17:07:02 [DEBUG] Not persisting max_pred_locks_per_page to state, as its source is "engine-default" and it isn't in the config: timestamp=2021-03-10T17:07:02.910-0500
2021-03-10T17:07:02.911-0500 [INFO] plugin.terraform-provider-aws_v3.24.1_x5: 2021/03/10 17:07:02 [DEBUG] Not persisting max_pred_locks_per_relation to state, as its source is "engine-default" and it isn't in the config: timestamp=2021-03-10T17:07:02.910-0500
2021-03-10T17:07:02.911-0500 [INFO] plugin.terraform-provider-aws_v3.24.1_x5: 2021/03/10 17:07:02 [DEBUG] Not persisting max_pred_locks_per_transaction to state, as its source is "engine-default" and it isn't in the config: timestamp=2021-03-10T17:07:02.910-0500
ult" and it isn't in the config: timestamp=2021-03-10T17:07:02.910-0500
2021-03-10T17:07:02.911-0500 [INFO] plugin.terraform-provider-aws_v3.24.1_x5: 2021/03/10 17:07:02 [DEBUG] Not persisting max_replication_slots to state, as its source is "system" and it isn't in the config: timestamp=2021-03-10T17:07:02.910-0500
2021-03-10T17:07:02.911-0500 [INFO] plugin.terraform-provider-aws_v3.24.1_x5: 2021/03/10 17:07:02 [DEBUG] Not persisting max_stack_depth to state, as its source is "system" and it isn't in the config: timestamp=2021-03-10T17:07:02.910-0500
2021-03-10T17:07:02.911-0500 [INFO] plugin.terraform-provider-aws_v3.24.1_x5: 2021/03/10 17:07:02 [DEBUG] Not persisting max_standby_archive_delay to state, as its source is "engine-default" and it isn't in the config: timestamp=2021-03-10T17:07:02.910-0500
2021-03-10T17:07:02.911-0500 [INFO] plugin.terraform-provider-aws_v3.24.1_x5: 2021/03/10 17:07:02 [DEBUG] Not persisting max_standby_streaming_delay to state, as its source is "engine-default" and it isn't in the config: timestamp=2021-03-10T17:07:02.910-0500
2021-03-10T17:07:02.911-0500 [INFO] plugin.terraform-provider-aws_v3.24.1_x5: 2021/03/10 17:07:02 [DEBUG] Not persisting max_sync_workers_per_subscription to state, as its source is "engine-default" and it isn't in the config: timestamp=2021-03-10T17:07:02.910-0500
2021-03-10T17:07:02.911-0500 [INFO] plugin.terraform-provider-aws_v3.24.1_x5: 2021/03/10 17:07:02 [DEBUG] Not persisting max_wal_senders to state, as its source is "system" and it isn't in the config: timestamp=2021-03-10T17:07:02.910-0500
2021-03-10T17:07:02.911-0500 [INFO] plugin.terraform-provider-aws_v3.24.1_x5: 2021/03/10 17:07:02 [DEBUG] Not persisting max_worker_processes to state, as its source is "engine-default" and it isn't in the config: timestamp=2021-03-10T17:07:02.910-0500
t in the config: timestamp=2021-03-10T17:07:02.910-0500
2021-03-10T17:07:02.911-0500 [INFO] plugin.terraform-provider-aws_v3.24.1_x5: 2021/03/10 17:07:02 [DEBUG] Not persisting min_parallel_table_scan_size to state, as its source is "engine-default" and it isn't in the config: timestamp=2021-03-10T17:07:02.910-0500
2021-03-10T17:07:02.911-0500 [INFO] plugin.terraform-provider-aws_v3.24.1_x5: 2021/03/10 17:07:02 [DEBUG] Not persisting min_wal_size to state, as its source is "system" and it isn't in the config: timestamp=2021-03-10T17:07:02.910-0500
2021-03-10T17:07:02.911-0500 [INFO] plugin.terraform-provider-aws_v3.24.1_x5: 2021/03/10 17:07:02 [DEBUG] Not persisting old_snapshot_threshold to state, as its source is "engine-default" and it isn't in the config: timestamp=2021-03-10T17:07:02.910-0500
2021-03-10T17:07:02.911-0500 [INFO] plugin.terraform-provider-aws_v3.24.1_x5: 2021/03/10 17:07:02 [DEBUG] Not persisting operator_precedence_warning to state, as its source is "engine-default" and it isn't in the config: timestamp=2021-03-10T17:07:02.910-0500
2021-03-10T17:07:02.911-0500 [INFO] plugin.terraform-provider-aws_v3.24.1_x5: 2021/03/10 17:07:02 [DEBUG] Not persisting orafce.nls_date_format to state, as its source is "engine-default" and it isn't in the config: timestamp=2021-03-10T17:07:02.910-0500
2021-03-10T17:07:02.911-0500 [INFO] plugin.terraform-provider-aws_v3.24.1_x5: 2021/03/10 17:07:02 [DEBUG] Not persisting orafce.timezone to state, as its source is "engine-default" and it isn't in the config: timestamp=2021-03-10T17:07:02.910-0500
2021-03-10T17:07:02.911-0500 [INFO] plugin.terraform-provider-aws_v3.24.1_x5: 2021/03/10 17:07:02 [DEBUG] Not persisting parallel_leader_participation to state, as its source is "engine-default" and it isn't in the config: timestamp=2021-03-10T17:07:02.910-0500
onfig: timestamp=2021-03-10T17:07:02.910-0500
2021-03-10T17:07:02.911-0500 [INFO] plugin.terraform-provider-aws_v3.24.1_x5: 2021/03/10 17:07:02 [DEBUG] Not persisting parallel_tuple_cost to state, as its source is "engine-default" and it isn't in the config: timestamp=2021-03-10T17:07:02.910-0500
2021-03-10T17:07:02.911-0500 [INFO] plugin.terraform-provider-aws_v3.24.1_x5: 2021/03/10 17:07:02 [DEBUG] Not persisting password_encryption to state, as its source is "system" and it isn't in the config: timestamp=2021-03-10T17:07:02.910-0500
2021-03-10T17:07:02.911-0500 [INFO] plugin.terraform-provider-aws_v3.24.1_x5: 2021/03/10 17:07:02 [DEBUG] Not persisting pgaudit.log to state, as its source is "engine-default" and it isn't in the config: timestamp=2021-03-10T17:07:02.910-0500
2021-03-10T17:07:02.911-0500 [INFO] plugin.terraform-provider-aws_v3.24.1_x5: 2021/03/10 17:07:02 [DEBUG] Not persisting pgaudit.log_catalog to state, as its source is "engine-default" and it isn't in the config: timestamp=2021-03-10T17:07:02.910-0500
2021-03-10T17:07:02.911-0500 [INFO] plugin.terraform-provider-aws_v3.24.1_x5: 2021/03/10 17:07:02 [DEBUG] Not persisting pgaudit.log_level to state, as its source is "engine-default" and it isn't in the config: timestamp=2021-03-10T17:07:02.910-0500
2021-03-10T17:07:02.911-0500 [INFO] plugin.terraform-provider-aws_v3.24.1_x5: 2021/03/10 17:07:02 [DEBUG] Not persisting pgaudit.log_parameter to state, as its source is "engine-default" and it isn't in the config: timestamp=2021-03-10T17:07:02.910-0500
2021-03-10T17:07:02.911-0500 [INFO] plugin.terraform-provider-aws_v3.24.1_x5: 2021/03/10 17:07:02 [DEBUG] Not persisting pgaudit.log_relation to state, as its source is "engine-default" and it isn't in the config: timestamp=2021-03-10T17:07:02.910-0500
7:02.910-0500
2021-03-10T17:07:02.911-0500 [INFO] plugin.terraform-provider-aws_v3.24.1_x5: 2021/03/10 17:07:02 [DEBUG] Not persisting pgaudit.role to state, as its source is "engine-default" and it isn't in the config: timestamp=2021-03-10T17:07:02.910-0500
2021-03-10T17:07:02.911-0500 [INFO] plugin.terraform-provider-aws_v3.24.1_x5: 2021/03/10 17:07:02 [DEBUG] Not persisting pg_hint_plan.debug_print to state, as its source is "engine-default" and it isn't in the config: timestamp=2021-03-10T17:07:02.910-0500
2021-03-10T17:07:02.911-0500 [INFO] plugin.terraform-provider-aws_v3.24.1_x5: 2021/03/10 17:07:02 [DEBUG] Not persisting pg_hint_plan.enable_hint to state, as its source is "engine-default" and it isn't in the config: timestamp=2021-03-10T17:07:02.910-0500
2021-03-10T17:07:02.911-0500 [INFO] plugin.terraform-provider-aws_v3.24.1_x5: 2021/03/10 17:07:02 [DEBUG] Not persisting pg_hint_plan.enable_hint_table to state, as its source is "engine-default" and it isn't in the config: timestamp=2021-03-10T17:07:02.910-0500
2021-03-10T17:07:02.911-0500 [INFO] plugin.terraform-provider-aws_v3.24.1_x5: 2021/03/10 17:07:02 [DEBUG] Not persisting pg_hint_plan.message_level to state, as its source is "engine-default" and it isn't in the config: timestamp=2021-03-10T17:07:02.910-0500
2021-03-10T17:07:02.911-0500 [INFO] plugin.terraform-provider-aws_v3.24.1_x5: 2021/03/10 17:07:02 [DEBUG] Not persisting pg_hint_plan.parse_messages to state, as its source is "engine-default" and it isn't in the config: timestamp=2021-03-10T17:07:02.910-0500
2021-03-10T17:07:02.911-0500 [INFO] plugin.terraform-provider-aws_v3.24.1_x5: 2021/03/10 17:07:02 [DEBUG] Not persisting pglogical.batch_inserts to state, as its source is "engine-default" and it isn't in the config: timestamp=2021-03-10T17:07:02.910-0500
mp=2021-03-10T17:07:02.910-0500
2021-03-10T17:07:02.911-0500 [INFO] plugin.terraform-provider-aws_v3.24.1_x5: 2021/03/10 17:07:02 [DEBUG] Not persisting pglogical.conflict_resolution to state, as its source is "engine-default" and it isn't in the config: timestamp=2021-03-10T17:07:02.910-0500
2021-03-10T17:07:02.911-0500 [INFO] plugin.terraform-provider-aws_v3.24.1_x5: 2021/03/10 17:07:02 [DEBUG] Not persisting pglogical.extra_connection_options to state, as its source is "engine-default" and it isn't in the config: timestamp=2021-03-10T17:07:02.910-0500
2021-03-10T17:07:02.911-0500 [INFO] plugin.terraform-provider-aws_v3.24.1_x5: 2021/03/10 17:07:02 [DEBUG] Not persisting pglogical.synchronous_commit to state, as its source is "engine-default" and it isn't in the config: timestamp=2021-03-10T17:07:02.910-0500
2021-03-10T17:07:02.911-0500 [INFO] plugin.terraform-provider-aws_v3.24.1_x5: 2021/03/10 17:07:02 [DEBUG] Not persisting pglogical.use_spi to state, as its source is "engine-default" and it isn't in the config: timestamp=2021-03-10T17:07:02.910-0500
2021-03-10T17:07:02.911-0500 [INFO] plugin.terraform-provider-aws_v3.24.1_x5: 2021/03/10 17:07:02 [DEBUG] Not persisting pg_prewarm.autoprewarm to state, as its source is "engine-default" and it isn't in the config: timestamp=2021-03-10T17:07:02.910-0500
2021-03-10T17:07:02.911-0500 [INFO] plugin.terraform-provider-aws_v3.24.1_x5: 2021/03/10 17:07:02 [DEBUG] Not persisting pg_prewarm.autoprewarm_interval to state, as its source is "engine-default" and it isn't in the config: timestamp=2021-03-10T17:07:02.910-0500
2021-03-10T17:07:02.911-0500 [INFO] plugin.terraform-provider-aws_v3.24.1_x5: 2021/03/10 17:07:02 [DEBUG] Not persisting pg_similarity.block_is_normalized to state, as its source is "engine-default" and it isn't in the config: timestamp=2021-03-10T17:07:02.910-0500
ne-default" and it isn't in the config: timestamp=2021-03-10T17:07:02.910-0500
2021-03-10T17:07:02.911-0500 [INFO] plugin.terraform-provider-aws_v3.24.1_x5: 2021/03/10 17:07:02 [DEBUG] Not persisting pg_similarity.block_tokenizer to state, as its source is "engine-default" and it isn't in the config: timestamp=2021-03-10T17:07:02.910-0500
2021-03-10T17:07:02.911-0500 [INFO] plugin.terraform-provider-aws_v3.24.1_x5: 2021/03/10 17:07:02 [DEBUG] Not persisting pg_similarity.cosine_is_normalized to state, as its source is "engine-default" and it isn't in the config: timestamp=2021-03-10T17:07:02.910-0500
2021-03-10T17:07:02.911-0500 [INFO] plugin.terraform-provider-aws_v3.24.1_x5: 2021/03/10 17:07:02 [DEBUG] Not persisting pg_similarity.cosine_threshold to state, as its source is "engine-default" and it isn't in the config: timestamp=2021-03-10T17:07:02.910-0500
2021-03-10T17:07:02.911-0500 [INFO] plugin.terraform-provider-aws_v3.24.1_x5: 2021/03/10 17:07:02 [DEBUG] Not persisting pg_similarity.cosine_tokenizer to state, as its source is "engine-default" and it isn't in the config: timestamp=2021-03-10T17:07:02.910-0500
2021-03-10T17:07:02.911-0500 [INFO] plugin.terraform-provider-aws_v3.24.1_x5: 2021/03/10 17:07:02 [DEBUG] Not persisting pg_similarity.dice_is_normalized to state, as its source is "engine-default" and it isn't in the config: timestamp=2021-03-10T17:07:02.910-0500
2021-03-10T17:07:02.911-0500 [INFO] plugin.terraform-provider-aws_v3.24.1_x5: 2021/03/10 17:07:02 [DEBUG] Not persisting pg_similarity.dice_threshold to state, as its source is "engine-default" and it isn't in the config: timestamp=2021-03-10T17:07:02.910-0500
2021-03-10T17:07:02.911-0500 [INFO] plugin.terraform-provider-aws_v3.24.1_x5: 2021/03/10 17:07:02 [DEBUG] Not persisting pg_similarity.dice_tokenizer to state, as its source is "engine-default" and it isn't in the config: timestamp=2021-03-10T17:07:02.910-0500
g pg_similarity.euclidean_is_normalized to state, as its source is "engine-default" and it isn't in the config: timestamp=2021-03-10T17:07:02.910-0500
2021-03-10T17:07:02.911-0500 [INFO] plugin.terraform-provider-aws_v3.24.1_x5: 2021/03/10 17:07:02 [DEBUG] Not persisting pg_similarity.euclidean_threshold to state, as its source is "engine-default" and it isn't in the config: timestamp=2021-03-10T17:07:02.911-0500
2021-03-10T17:07:02.911-0500 [INFO] plugin.terraform-provider-aws_v3.24.1_x5: 2021/03/10 17:07:02 [DEBUG] Not persisting pg_similarity.euclidean_tokenizer to state, as its source is "engine-default" and it isn't in the config: timestamp=2021-03-10T17:07:02.911-0500
2021-03-10T17:07:02.911-0500 [INFO] plugin.terraform-provider-aws_v3.24.1_x5: 2021/03/10 17:07:02 [DEBUG] Not persisting pg_similarity.hamming_is_normalized to state, as its source is "engine-default" and it isn't in the config: timestamp=2021-03-10T17:07:02.911-0500
2021-03-10T17:07:02.911-0500 [INFO] plugin.terraform-provider-aws_v3.24.1_x5: 2021/03/10 17:07:02 [DEBUG] Not persisting pg_similarity.hamming_threshold to state, as its source is "engine-default" and it isn't in the config: timestamp=2021-03-10T17:07:02.911-0500
2021-03-10T17:07:02.911-0500 [INFO] plugin.terraform-provider-aws_v3.24.1_x5: 2021/03/10 17:07:02 [DEBUG] Not persisting pg_similarity.jaccard_is_normalized to state, as its source is "engine-default" and it isn't in the config: timestamp=2021-03-10T17:07:02.911-0500
2021-03-10T17:07:02.911-0500 [INFO] plugin.terraform-provider-aws_v3.24.1_x5: 2021/03/10 17:07:02 [DEBUG] Not persisting pg_similarity.jaccard_threshold to state, as its source is "engine-default" and it isn't in the config: timestamp=2021-03-10T17:07:02.911-0500
2021-03-10T17:07:02.911-0500 [INFO] plugin.terraform-provider-aws_v3.24.1_x5: 2021/03/10 17:07:02 [DEBUG] Not persisting pg_similarity.jaccard_tokenizer to state, as its source is "engine-default" and it isn't in the config: timestamp=2021-03-10T17:07:02.911-0500
INFO] plugin.terraform-provider-aws_v3.24.1_x5: 2021/03/10 17:07:02 [DEBUG] Not persisting pg_similarity.jaro_is_normalized to state, as its source is "engine-default" and it isn't in the config: timestamp=2021-03-10T17:07:02.911-0500
2021-03-10T17:07:02.911-0500 [INFO] plugin.terraform-provider-aws_v3.24.1_x5: 2021/03/10 17:07:02 [DEBUG] Not persisting pg_similarity.jaro_threshold to state, as its source is "engine-default" and it isn't in the config: timestamp=2021-03-10T17:07:02.911-0500
2021-03-10T17:07:02.911-0500 [INFO] plugin.terraform-provider-aws_v3.24.1_x5: 2021/03/10 17:07:02 [DEBUG] Not persisting pg_similarity.jarowinkler_is_normalized to state, as its source is "engine-default" and it isn't in the config: timestamp=2021-03-10T17:07:02.911-0500
2021-03-10T17:07:02.911-0500 [INFO] plugin.terraform-provider-aws_v3.24.1_x5: 2021/03/10 17:07:02 [DEBUG] Not persisting pg_similarity.jarowinkler_threshold to state, as its source is "engine-default" and it isn't in the config: timestamp=2021-03-10T17:07:02.911-0500
2021-03-10T17:07:02.911-0500 [INFO] plugin.terraform-provider-aws_v3.24.1_x5: 2021/03/10 17:07:02 [DEBUG] Not persisting pg_similarity.levenshtein_is_normalized to state, as its source is "engine-default" and it isn't in the config: timestamp=2021-03-10T17:07:02.911-0500
2021-03-10T17:07:02.911-0500 [INFO] plugin.terraform-provider-aws_v3.24.1_x5: 2021/03/10 17:07:02 [DEBUG] Not persisting pg_similarity.levenshtein_threshold to state, as its source is "engine-default" and it isn't in the config: timestamp=2021-03-10T17:07:02.911-0500
2021-03-10T17:07:02.911-0500 [INFO] plugin.terraform-provider-aws_v3.24.1_x5: 2021/03/10 17:07:02 [DEBUG] Not persisting pg_similarity.matching_is_normalized to state, as its source is "engine-default" and it isn't in the config: timestamp=2021-03-10T17:07:02.911-0500
t" and it isn't in the config: timestamp=2021-03-10T17:07:02.911-0500
2021-03-10T17:07:02.911-0500 [INFO] plugin.terraform-provider-aws_v3.24.1_x5: 2021/03/10 17:07:02 [DEBUG] Not persisting pg_similarity.matching_tokenizer to state, as its source is "engine-default" and it isn't in the config: timestamp=2021-03-10T17:07:02.911-0500
2021-03-10T17:07:02.912-0500 [INFO] plugin.terraform-provider-aws_v3.24.1_x5: 2021/03/10 17:07:02 [DEBUG] Not persisting pg_similarity.mongeelkan_is_normalized to state, as its source is "engine-default" and it isn't in the config: timestamp=2021-03-10T17:07:02.911-0500
2021-03-10T17:07:02.912-0500 [INFO] plugin.terraform-provider-aws_v3.24.1_x5: 2021/03/10 17:07:02 [DEBUG] Not persisting pg_similarity.mongeelkan_threshold to state, as its source is "engine-default" and it isn't in the config: timestamp=2021-03-10T17:07:02.911-0500
2021-03-10T17:07:02.912-0500 [INFO] plugin.terraform-provider-aws_v3.24.1_x5: 2021/03/10 17:07:02 [DEBUG] Not persisting pg_similarity.mongeelkan_tokenizer to state, as its source is "engine-default" and it isn't in the config: timestamp=2021-03-10T17:07:02.911-0500
2021-03-10T17:07:02.912-0500 [INFO] plugin.terraform-provider-aws_v3.24.1_x5: 2021/03/10 17:07:02 [DEBUG] Not persisting pg_similarity.nw_gap_penalty to state, as its source is "engine-default" and it isn't in the config: timestamp=2021-03-10T17:07:02.911-0500
2021-03-10T17:07:02.912-0500 [INFO] plugin.terraform-provider-aws_v3.24.1_x5: 2021/03/10 17:07:02 [DEBUG] Not persisting pg_similarity.nw_is_normalized to state, as its source is "engine-default" and it isn't in the config: timestamp=2021-03-10T17:07:02.911-0500
2021-03-10T17:07:02.912-0500 [INFO] plugin.terraform-provider-aws_v3.24.1_x5: 2021/03/10 17:07:02 [DEBUG] Not persisting pg_similarity.nw_threshold to state, as its source is "engine-default" and it isn't in the config: timestamp=2021-03-10T17:07:02.911-0500
ing pg_similarity.overlap_is_normalized to state, as its source is "engine-default" and it isn't in the config: timestamp=2021-03-10T17:07:02.911-0500
2021-03-10T17:07:02.912-0500 [INFO] plugin.terraform-provider-aws_v3.24.1_x5: 2021/03/10 17:07:02 [DEBUG] Not persisting pg_similarity.overlap_threshold to state, as its source is "engine-default" and it isn't in the config: timestamp=2021-03-10T17:07:02.911-0500
2021-03-10T17:07:02.912-0500 [INFO] plugin.terraform-provider-aws_v3.24.1_x5: 2021/03/10 17:07:02 [DEBUG] Not persisting pg_similarity.overlap_tokenizer to state, as its source is "engine-default" and it isn't in the config: timestamp=2021-03-10T17:07:02.911-0500
2021-03-10T17:07:02.912-0500 [INFO] plugin.terraform-provider-aws_v3.24.1_x5: 2021/03/10 17:07:02 [DEBUG] Not persisting pg_similarity.qgram_is_normalized to state, as its source is "engine-default" and it isn't in the config: timestamp=2021-03-10T17:07:02.911-0500
2021-03-10T17:07:02.912-0500 [INFO] plugin.terraform-provider-aws_v3.24.1_x5: 2021/03/10 17:07:02 [DEBUG] Not persisting pg_similarity.qgram_threshold to state, as its source is "engine-default" and it isn't in the config: timestamp=2021-03-10T17:07:02.911-0500
2021-03-10T17:07:02.912-0500 [INFO] plugin.terraform-provider-aws_v3.24.1_x5: 2021/03/10 17:07:02 [DEBUG] Not persisting pg_similarity.qgram_tokenizer to state, as its source is "engine-default" and it isn't in the config: timestamp=2021-03-10T17:07:02.911-0500
2021-03-10T17:07:02.912-0500 [INFO] plugin.terraform-provider-aws_v3.24.1_x5: 2021/03/10 17:07:02 [DEBUG] Not persisting pg_similarity.swg_is_normalized to state, as its source is "engine-default" and it isn't in the config: timestamp=2021-03-10T17:07:02.911-0500
2021-03-10T17:07:02.912-0500 [INFO] plugin.terraform-provider-aws_v3.24.1_x5: 2021/03/10 17:07:02 [DEBUG] Not persisting pg_similarity.swg_threshold to state, as its source is "engine-default" and it isn't in the config: timestamp=2021-03-10T17:07:02.911-0500
aform-provider-aws_v3.24.1_x5: 2021/03/10 17:07:02 [DEBUG] Not persisting pg_similarity.sw_is_normalized to state, as its source is "engine-default" and it isn't in the config: timestamp=2021-03-10T17:07:02.911-0500
2021-03-10T17:07:02.912-0500 [INFO] plugin.terraform-provider-aws_v3.24.1_x5: 2021/03/10 17:07:02 [DEBUG] Not persisting pg_similarity.sw_threshold to state, as its source is "engine-default" and it isn't in the config: timestamp=2021-03-10T17:07:02.911-0500
2021-03-10T17:07:02.912-0500 [INFO] plugin.terraform-provider-aws_v3.24.1_x5: 2021/03/10 17:07:02 [DEBUG] Not persisting pg_stat_statements.max to state, as its source is "engine-default" and it isn't in the config: timestamp=2021-03-10T17:07:02.911-0500
2021-03-10T17:07:02.912-0500 [INFO] plugin.terraform-provider-aws_v3.24.1_x5: 2021/03/10 17:07:02 [DEBUG] Not persisting pg_stat_statements.save to state, as its source is "engine-default" and it isn't in the config: timestamp=2021-03-10T17:07:02.911-0500
2021-03-10T17:07:02.912-0500 [INFO] plugin.terraform-provider-aws_v3.24.1_x5: 2021/03/10 17:07:02 [DEBUG] Not persisting pg_stat_statements.track_utility to state, as its source is "engine-default" and it isn't in the config: timestamp=2021-03-10T17:07:02.911-0500
2021-03-10T17:07:02.912-0500 [INFO] plugin.terraform-provider-aws_v3.24.1_x5: 2021/03/10 17:07:02 [DEBUG] Not persisting pg_transport.num_workers to state, as its source is "engine-default" and it isn't in the config: timestamp=2021-03-10T17:07:02.911-0500
2021-03-10T17:07:02.912-0500 [INFO] plugin.terraform-provider-aws_v3.24.1_x5: 2021/03/10 17:07:02 [DEBUG] Not persisting pg_transport.timing to state, as its source is "engine-default" and it isn't in the config: timestamp=2021-03-10T17:07:02.911-0500
2021-03-10T17:07:02.912-0500 [INFO] plugin.terraform-provider-aws_v3.24.1_x5: 2021/03/10 17:07:02 [DEBUG] Not persisting pg_transport.work_mem to state, as its source is "engine-default" and it isn't in the config: timestamp=2021-03-10T17:07:02.911-0500
0 [INFO] plugin.terraform-provider-aws_v3.24.1_x5: 2021/03/10 17:07:02 [DEBUG] Not persisting plan_cache_mode to state, as its source is "engine-default" and it isn't in the config: timestamp=2021-03-10T17:07:02.911-0500
2021-03-10T17:07:02.912-0500 [INFO] plugin.terraform-provider-aws_v3.24.1_x5: 2021/03/10 17:07:02 [DEBUG] Not persisting port to state, as its source is "system" and it isn't in the config: timestamp=2021-03-10T17:07:02.911-0500
2021-03-10T17:07:02.912-0500 [INFO] plugin.terraform-provider-aws_v3.24.1_x5: 2021/03/10 17:07:02 [DEBUG] Not persisting postgis.gdal_enabled_drivers to state, as its source is "system" and it isn't in the config: timestamp=2021-03-10T17:07:02.911-0500
2021-03-10T17:07:02.912-0500 [INFO] plugin.terraform-provider-aws_v3.24.1_x5: 2021/03/10 17:07:02 [DEBUG] Not persisting quote_all_identifiers to state, as its source is "engine-default" and it isn't in the config: timestamp=2021-03-10T17:07:02.911-0500
2021-03-10T17:07:02.912-0500 [INFO] plugin.terraform-provider-aws_v3.24.1_x5: 2021/03/10 17:07:02 [DEBUG] Not persisting rdkit.dice_threshold to state, as its source is "engine-default" and it isn't in the config: timestamp=2021-03-10T17:07:02.911-0500
2021-03-10T17:07:02.912-0500 [INFO] plugin.terraform-provider-aws_v3.24.1_x5: 2021/03/10 17:07:02 [DEBUG] Not persisting rdkit.do_chiral_sss to state, as its source is "engine-default" and it isn't in the config: timestamp=2021-03-10T17:07:02.911-0500
2021-03-10T17:07:02.912-0500 [INFO] plugin.terraform-provider-aws_v3.24.1_x5: 2021/03/10 17:07:02 [DEBUG] Not persisting rdkit.tanimoto_threshold to state, as its source is "engine-default" and it isn't in the config: timestamp=2021-03-10T17:07:02.911-0500
2021-03-10T17:07:02.912-0500 [INFO] plugin.terraform-provider-aws_v3.24.1_x5: 2021/03/10 17:07:02 [DEBUG] Not persisting rds.adaptive_autovacuum to state, as its source is "system" and it isn't in the config: timestamp=2021-03-10T17:07:02.911-0500
1_x5: 2021/03/10 17:07:02 [DEBUG] Not persisting rds.custom_dns_resolution to state, as its source is "system" and it isn't in the config: timestamp=2021-03-10T17:07:02.911-0500
2021-03-10T17:07:02.912-0500 [INFO] plugin.terraform-provider-aws_v3.24.1_x5: 2021/03/10 17:07:02 [DEBUG] Not persisting rds.extensions to state, as its source is "system" and it isn't in the config: timestamp=2021-03-10T17:07:02.911-0500
2021-03-10T17:07:02.912-0500 [INFO] plugin.terraform-provider-aws_v3.24.1_x5: 2021/03/10 17:07:02 [DEBUG] Not persisting rds.force_admin_logging_level to state, as its source is "system" and it isn't in the config: timestamp=2021-03-10T17:07:02.911-0500
2021-03-10T17:07:02.912-0500 [INFO] plugin.terraform-provider-aws_v3.24.1_x5: 2021/03/10 17:07:02 [DEBUG] Not persisting rds.force_autovacuum_logging_level to state, as its source is "system" and it isn't in the config: timestamp=2021-03-10T17:07:02.911-0500
2021-03-10T17:07:02.912-0500 [INFO] plugin.terraform-provider-aws_v3.24.1_x5: 2021/03/10 17:07:02 [DEBUG] Not persisting rds.logical_replication to state, as its source is "engine-default" and it isn't in the config: timestamp=2021-03-10T17:07:02.911-0500
2021-03-10T17:07:02.912-0500 [INFO] plugin.terraform-provider-aws_v3.24.1_x5: 2021/03/10 17:07:02 [DEBUG] Not persisting rds.max_tcp_buffers to state, as its source is "system" and it isn't in the config: timestamp=2021-03-10T17:07:02.911-0500
2021-03-10T17:07:02.912-0500 [INFO] plugin.terraform-provider-aws_v3.24.1_x5: 2021/03/10 17:07:02 [DEBUG] Not persisting rds.pg_stat_ramdisk_size to state, as its source is "system" and it isn't in the config: timestamp=2021-03-10T17:07:02.911-0500
2021-03-10T17:07:02.912-0500 [INFO] plugin.terraform-provider-aws_v3.24.1_x5: 2021/03/10 17:07:02 [DEBUG] Not persisting rds.rds_superuser_reserved_connections to state, as its source is "system" and it isn't in the config: timestamp=2021-03-10T17:07:02.911-0500
[DEBUG] Not persisting rds.restrict_password_commands to state, as its source is "system" and it isn't in the config: timestamp=2021-03-10T17:07:02.911-0500
2021-03-10T17:07:02.912-0500 [INFO] plugin.terraform-provider-aws_v3.24.1_x5: 2021/03/10 17:07:02 [DEBUG] Not persisting rds.superuser_variables to state, as its source is "system" and it isn't in the config: timestamp=2021-03-10T17:07:02.911-0500
2021-03-10T17:07:02.912-0500 [INFO] plugin.terraform-provider-aws_v3.24.1_x5: 2021/03/10 17:07:02 [DEBUG] Not persisting restart_after_crash to state, as its source is "engine-default" and it isn't in the config: timestamp=2021-03-10T17:07:02.911-0500
2021-03-10T17:07:02.912-0500 [INFO] plugin.terraform-provider-aws_v3.24.1_x5: 2021/03/10 17:07:02 [DEBUG] Not persisting row_security to state, as its source is "engine-default" and it isn't in the config: timestamp=2021-03-10T17:07:02.911-0500
2021-03-10T17:07:02.912-0500 [INFO] plugin.terraform-provider-aws_v3.24.1_x5: 2021/03/10 17:07:02 [DEBUG] Not persisting search_path to state, as its source is "engine-default" and it isn't in the config: timestamp=2021-03-10T17:07:02.911-0500
2021-03-10T17:07:02.912-0500 [INFO] plugin.terraform-provider-aws_v3.24.1_x5: 2021/03/10 17:07:02 [DEBUG] Not persisting seq_page_cost to state, as its source is "engine-default" and it isn't in the config: timestamp=2021-03-10T17:07:02.911-0500
2021-03-10T17:07:02.912-0500 [INFO] plugin.terraform-provider-aws_v3.24.1_x5: 2021/03/10 17:07:02 [DEBUG] Not persisting session_replication_role to state, as its source is "engine-default" and it isn't in the config: timestamp=2021-03-10T17:07:02.911-0500
2021-03-10T17:07:02.912-0500 [INFO] plugin.terraform-provider-aws_v3.24.1_x5: 2021/03/10 17:07:02 [DEBUG] Not persisting shared_buffers to state, as its source is "system" and it isn't in the config: timestamp=2021-03-10T17:07:02.911-0500
te, as its source is "system" and it isn't in the config: timestamp=2021-03-10T17:07:02.911-0500
2021-03-10T17:07:02.914-0500 [INFO] plugin.terraform-provider-aws_v3.24.1_x5: 2021/03/10 17:07:02 [DEBUG] Not persisting ssl to state, as its source is "system" and it isn't in the config: timestamp=2021-03-10T17:07:02.911-0500
2021-03-10T17:07:02.914-0500 [INFO] plugin.terraform-provider-aws_v3.24.1_x5: 2021/03/10 17:07:02 [DEBUG] Not persisting ssl_ca_file to state, as its source is "system" and it isn't in the config: timestamp=2021-03-10T17:07:02.911-0500
2021-03-10T17:07:02.914-0500 [INFO] plugin.terraform-provider-aws_v3.24.1_x5: 2021/03/10 17:07:02 [DEBUG] Not persisting ssl_cert_file to state, as its source is "system" and it isn't in the config: timestamp=2021-03-10T17:07:02.911-0500
2021-03-10T17:07:02.914-0500 [INFO] plugin.terraform-provider-aws_v3.24.1_x5: 2021/03/10 17:07:02 [DEBUG] Not persisting ssl_ciphers to state, as its source is "engine-default" and it isn't in the config: timestamp=2021-03-10T17:07:02.911-0500
2021-03-10T17:07:02.914-0500 [INFO] plugin.terraform-provider-aws_v3.24.1_x5: 2021/03/10 17:07:02 [DEBUG] Not persisting ssl_key_file to state, as its source is "system" and it isn't in the config: timestamp=2021-03-10T17:07:02.911-0500
2021-03-10T17:07:02.914-0500 [INFO] plugin.terraform-provider-aws_v3.24.1_x5: 2021/03/10 17:07:02 [DEBUG] Not persisting ssl_max_protocol_version to state, as its source is "engine-default" and it isn't in the config: timestamp=2021-03-10T17:07:02.911-0500
2021-03-10T17:07:02.914-0500 [INFO] plugin.terraform-provider-aws_v3.24.1_x5: 2021/03/10 17:07:02 [DEBUG] Not persisting ssl_min_protocol_version to state, as its source is "system" and it isn't in the config: timestamp=2021-03-10T17:07:02.911-0500
-0500
2021-03-10T17:07:02.914-0500 [INFO] plugin.terraform-provider-aws_v3.24.1_x5: 2021/03/10 17:07:02 [DEBUG] Not persisting statement_timeout to state, as its source is "engine-default" and it isn't in the config: timestamp=2021-03-10T17:07:02.911-0500
2021-03-10T17:07:02.914-0500 [INFO] plugin.terraform-provider-aws_v3.24.1_x5: 2021/03/10 17:07:02 [DEBUG] Not persisting stats_temp_directory to state, as its source is "system" and it isn't in the config: timestamp=2021-03-10T17:07:02.911-0500
2021-03-10T17:07:02.914-0500 [INFO] plugin.terraform-provider-aws_v3.24.1_x5: 2021/03/10 17:07:02 [DEBUG] Not persisting superuser_reserved_connections to state, as its source is "system" and it isn't in the config: timestamp=2021-03-10T17:07:02.911-0500
2021-03-10T17:07:02.914-0500 [INFO] plugin.terraform-provider-aws_v3.24.1_x5: 2021/03/10 17:07:02 [DEBUG] Not persisting synchronize_seqscans to state, as its source is "engine-default" and it isn't in the config: timestamp=2021-03-10T17:07:02.911-0500
2021-03-10T17:07:02.914-0500 [INFO] plugin.terraform-provider-aws_v3.24.1_x5: 2021/03/10 17:07:02 [DEBUG] Not persisting synchronous_commit to state, as its source is "system" and it isn't in the config: timestamp=2021-03-10T17:07:02.911-0500
2021-03-10T17:07:02.914-0500 [INFO] plugin.terraform-provider-aws_v3.24.1_x5: 2021/03/10 17:07:02 [DEBUG] Not persisting tcp_keepalives_count to state, as its source is "engine-default" and it isn't in the config: timestamp=2021-03-10T17:07:02.911-0500
2021-03-10T17:07:02.914-0500 [INFO] plugin.terraform-provider-aws_v3.24.1_x5: 2021/03/10 17:07:02 [DEBUG] Not persisting tcp_keepalives_idle to state, as its source is "engine-default" and it isn't in the config: timestamp=2021-03-10T17:07:02.911-0500
2021-03-10T17:07:02.914-0500 [INFO] plugin.terraform-provider-aws_v3.24.1_x5: 2021/03/10 17:07:02 [DEBUG] Not persisting tcp_keepalives_interval to state, as its source is "engine-default" and it isn't in the config: timestamp=2021-03-10T17:07:02.911-0500
0 [INFO] plugin.terraform-provider-aws_v3.24.1_x5: 2021/03/10 17:07:02 [DEBUG] Not persisting temp_buffers to state, as its source is "engine-default" and it isn't in the config: timestamp=2021-03-10T17:07:02.911-0500
2021-03-10T17:07:02.914-0500 [INFO] plugin.terraform-provider-aws_v3.24.1_x5: 2021/03/10 17:07:02 [DEBUG] Not persisting temp_file_limit to state, as its source is "engine-default" and it isn't in the config: timestamp=2021-03-10T17:07:02.911-0500
2021-03-10T17:07:02.914-0500 [INFO] plugin.terraform-provider-aws_v3.24.1_x5: 2021/03/10 17:07:02 [DEBUG] Not persisting temp_tablespaces to state, as its source is "engine-default" and it isn't in the config: timestamp=2021-03-10T17:07:02.911-0500
2021-03-10T17:07:02.914-0500 [INFO] plugin.terraform-provider-aws_v3.24.1_x5: 2021/03/10 17:07:02 [DEBUG] Not persisting timezone to state, as its source is "system" and it isn't in the config: timestamp=2021-03-10T17:07:02.911-0500
2021-03-10T17:07:02.914-0500 [INFO] plugin.terraform-provider-aws_v3.24.1_x5: 2021/03/10 17:07:02 [DEBUG] Not persisting track_activities to state, as its source is "engine-default" and it isn't in the config: timestamp=2021-03-10T17:07:02.911-0500
2021-03-10T17:07:02.914-0500 [INFO] plugin.terraform-provider-aws_v3.24.1_x5: 2021/03/10 17:07:02 [DEBUG] Not persisting track_commit_timestamp to state, as its source is "engine-default" and it isn't in the config: timestamp=2021-03-10T17:07:02.911-0500
2021-03-10T17:07:02.914-0500 [INFO] plugin.terraform-provider-aws_v3.24.1_x5: 2021/03/10 17:07:02 [DEBUG] Not persisting track_counts to state, as its source is "engine-default" and it isn't in the config: timestamp=2021-03-10T17:07:02.911-0500
2021-03-10T17:07:02.914-0500 [INFO] plugin.terraform-provider-aws_v3.24.1_x5: 2021/03/10 17:07:02 [DEBUG] Not persisting track_functions to state, as its source is "engine-default" and it isn't in the config: timestamp=2021-03-10T17:07:02.911-0500
:02 [DEBUG] Not persisting track_io_timing to state, as its source is "system" and it isn't in the config: timestamp=2021-03-10T17:07:02.911-0500
2021-03-10T17:07:02.914-0500 [INFO] plugin.terraform-provider-aws_v3.24.1_x5: 2021/03/10 17:07:02 [DEBUG] Not persisting transform_null_equals to state, as its source is "engine-default" and it isn't in the config: timestamp=2021-03-10T17:07:02.911-0500
2021-03-10T17:07:02.914-0500 [INFO] plugin.terraform-provider-aws_v3.24.1_x5: 2021/03/10 17:07:02 [DEBUG] Not persisting unix_socket_directories to state, as its source is "system" and it isn't in the config: timestamp=2021-03-10T17:07:02.911-0500
2021-03-10T17:07:02.914-0500 [INFO] plugin.terraform-provider-aws_v3.24.1_x5: 2021/03/10 17:07:02 [DEBUG] Not persisting unix_socket_group to state, as its source is "system" and it isn't in the config: timestamp=2021-03-10T17:07:02.911-0500
2021-03-10T17:07:02.914-0500 [INFO] plugin.terraform-provider-aws_v3.24.1_x5: 2021/03/10 17:07:02 [DEBUG] Not persisting unix_socket_permissions to state, as its source is "system" and it isn't in the config: timestamp=2021-03-10T17:07:02.911-0500
2021-03-10T17:07:02.914-0500 [INFO] plugin.terraform-provider-aws_v3.24.1_x5: 2021/03/10 17:07:02 [DEBUG] Not persisting update_process_title to state, as its source is "engine-default" and it isn't in the config: timestamp=2021-03-10T17:07:02.911-0500
2021-03-10T17:07:02.914-0500 [INFO] plugin.terraform-provider-aws_v3.24.1_x5: 2021/03/10 17:07:02 [DEBUG] Not persisting vacuum_cleanup_index_scale_factor to state, as its source is "engine-default" and it isn't in the config: timestamp=2021-03-10T17:07:02.911-0500
2021-03-10T17:07:02.914-0500 [INFO] plugin.terraform-provider-aws_v3.24.1_x5: 2021/03/10 17:07:02 [DEBUG] Not persisting vacuum_cost_delay to state, as its source is "engine-default" and it isn't in the config: timestamp=2021-03-10T17:07:02.911-0500
limit to state, as its source is "engine-default" and it isn't in the config: timestamp=2021-03-10T17:07:02.911-0500
2021-03-10T17:07:02.914-0500 [INFO] plugin.terraform-provider-aws_v3.24.1_x5: 2021/03/10 17:07:02 [DEBUG] Not persisting vacuum_cost_page_dirty to state, as its source is "engine-default" and it isn't in the config: timestamp=2021-03-10T17:07:02.911-0500
2021-03-10T17:07:02.914-0500 [INFO] plugin.terraform-provider-aws_v3.24.1_x5: 2021/03/10 17:07:02 [DEBUG] Not persisting vacuum_cost_page_hit to state, as its source is "engine-default" and it isn't in the config: timestamp=2021-03-10T17:07:02.911-0500
2021-03-10T17:07:02.914-0500 [INFO] plugin.terraform-provider-aws_v3.24.1_x5: 2021/03/10 17:07:02 [DEBUG] Not persisting vacuum_cost_page_miss to state, as its source is "system" and it isn't in the config: timestamp=2021-03-10T17:07:02.911-0500
2021-03-10T17:07:02.914-0500 [INFO] plugin.terraform-provider-aws_v3.24.1_x5: 2021/03/10 17:07:02 [DEBUG] Not persisting vacuum_defer_cleanup_age to state, as its source is "engine-default" and it isn't in the config: timestamp=2021-03-10T17:07:02.911-0500
2021-03-10T17:07:02.914-0500 [INFO] plugin.terraform-provider-aws_v3.24.1_x5: 2021/03/10 17:07:02 [DEBUG] Not persisting vacuum_freeze_min_age to state, as its source is "engine-default" and it isn't in the config: timestamp=2021-03-10T17:07:02.911-0500
2021-03-10T17:07:02.914-0500 [INFO] plugin.terraform-provider-aws_v3.24.1_x5: 2021/03/10 17:07:02 [DEBUG] Not persisting vacuum_freeze_table_age to state, as its source is "engine-default" and it isn't in the config: timestamp=2021-03-10T17:07:02.911-0500
2021-03-10T17:07:02.914-0500 [INFO] plugin.terraform-provider-aws_v3.24.1_x5: 2021/03/10 17:07:02 [DEBUG] Not persisting vacuum_multixact_freeze_min_age to state, as its source is "engine-default" and it isn't in the config: timestamp=2021-03-10T17:07:02.911-0500
freeze_table_age to state, as its source is "engine-default" and it isn't in the config: timestamp=2021-03-10T17:07:02.911-0500
2021-03-10T17:07:02.914-0500 [INFO] plugin.terraform-provider-aws_v3.24.1_x5: 2021/03/10 17:07:02 [DEBUG] Not persisting wal_buffers to state, as its source is "engine-default" and it isn't in the config: timestamp=2021-03-10T17:07:02.911-0500
2021-03-10T17:07:02.914-0500 [INFO] plugin.terraform-provider-aws_v3.24.1_x5: 2021/03/10 17:07:02 [DEBUG] Not persisting wal_compression to state, as its source is "engine-default" and it isn't in the config: timestamp=2021-03-10T17:07:02.911-0500
2021-03-10T17:07:02.914-0500 [INFO] plugin.terraform-provider-aws_v3.24.1_x5: 2021/03/10 17:07:02 [DEBUG] Not persisting wal_keep_segments to state, as its source is "system" and it isn't in the config: timestamp=2021-03-10T17:07:02.911-0500
2021-03-10T17:07:02.914-0500 [INFO] plugin.terraform-provider-aws_v3.24.1_x5: 2021/03/10 17:07:02 [DEBUG] Not persisting wal_receiver_status_interval to state, as its source is "engine-default" and it isn't in the config: timestamp=2021-03-10T17:07:02.911-0500
2021-03-10T17:07:02.914-0500 [INFO] plugin.terraform-provider-aws_v3.24.1_x5: 2021/03/10 17:07:02 [DEBUG] Not persisting wal_receiver_timeout to state, as its source is "engine-default" and it isn't in the config: timestamp=2021-03-10T17:07:02.912-0500
2021-03-10T17:07:02.914-0500 [INFO] plugin.terraform-provider-aws_v3.24.1_x5: 2021/03/10 17:07:02 [DEBUG] Not persisting wal_sender_timeout to state, as its source is "engine-default" and it isn't in the config: timestamp=2021-03-10T17:07:02.912-0500
2021-03-10T17:07:02.914-0500 [INFO] plugin.terraform-provider-aws_v3.24.1_x5: 2021/03/10 17:07:02 [DEBUG] Not persisting wal_sync_method to state, as its source is "system" and it isn't in the config: timestamp=2021-03-10T17:07:02.912-0500
default" and it isn't in the config: timestamp=2021-03-10T17:07:02.912-0500
2021-03-10T17:07:02.914-0500 [INFO] plugin.terraform-provider-aws_v3.24.1_x5: 2021/03/10 17:07:02 [DEBUG] Not persisting wal_writer_flush_after to state, as its source is "engine-default" and it isn't in the config: timestamp=2021-03-10T17:07:02.912-0500
2021-03-10T17:07:02.914-0500 [INFO] plugin.terraform-provider-aws_v3.24.1_x5: 2021/03/10 17:07:02 [DEBUG] Not persisting xmlbinary to state, as its source is "engine-default" and it isn't in the config: timestamp=2021-03-10T17:07:02.912-0500
2021-03-10T17:07:02.914-0500 [INFO] plugin.terraform-provider-aws_v3.24.1_x5: 2021/03/10 17:07:02 [DEBUG] Not persisting xmloption to state, as its source is "engine-default" and it isn't in the config: timestamp=2021-03-10T17:07:02.912-0500
2021-03-10T17:07:02.914-0500 [INFO] plugin.terraform-provider-aws_v3.24.1_x5: 2021/03/10 17:07:02 [DEBUG] [aws-sdk-go] DEBUG: Request rds/ListTagsForResource Details:
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment