Skip to content

Instantly share code, notes, and snippets.

2020/06/01 10:14:19 [INFO] backend/local: apply calling Apply
2020/06/01 10:14:19 [INFO] terraform: building graph: GraphTypeApply
2020/06/01 10:14:19 [DEBUG] Resource state not found for node "module.testreplica.azurerm_resource_group.rg[0]", instance module.testreplica.azurerm_resource_group.rg[0]
2020/06/01 10:14:19 [DEBUG] Resource state not found for node "module.testreplica.azurerm_mysql_server.server", instance module.testreplica.azurerm_mysql_server.server
2020/06/01 10:14:19 [DEBUG] Resource state not found for node "module.testreplica.azurerm_mysql_database.db[0]", instance module.testreplica.azurerm_mysql_database.db[0]
2020/06/01 10:14:19 [DEBUG] Resource state not found for node "module.testreplica.azurerm_mysql_server.server_replica[0]", instance module.testreplica.azurerm_mysql_server.server_replica[0]
2020/06/01 10:14:19 [DEBUG] ProviderTransformer: "module.testreplica.azurerm_mysql_virtual_network_rule.vnet-rule (prepare state)" (*terraform.NodeApplyableResource) needs provider.azurerm
2020/0
@titilambert
titilambert / working.conf
Last active February 23, 2016 04:02
Telegraf long config file (limit) (32768 chars)
# Telegraf Configuration
# Telegraf is entirely plugin driven. All metrics are gathered from the
# declared inputs, and sent to the declared outputs.
# Plugins must be declared in here to be active.
# To deactivate a plugin, comment out the name and any variables.
# Use 'telegraf -config telegraf.conf -test' to see what metrics a config
# file would generate.
@titilambert
titilambert / notworking.conf
Last active February 23, 2016 04:02
Telegraf too long config file (32769 chars)
# Telegraf Configuration
# Telegraf is entirely plugin driven. All metrics are gathered from the
# declared inputs, and sent to the declared outputs.
# Plugins must be declared in here to be active.
# To deactivate a plugin, comment out the name and any variables.
# Use 'telegraf -config telegraf.conf -test' to see what metrics a config
# file would generate.