[Azure][Terraform]Storage Accountの診断設定

https://registry.terraform.io/providers/hashicorp/azurerm/latest/docs/resources/monitor_diagnostic_setting

https://support.hashicorp.com/hc/en-us/articles/26764939614995-Create-diagnostic-settings-for-Azure-storage-account-BLOB-FILES-QUEUES-TABLE

https://github.com/Azure/azure-rest-api-specs/issues/10646

  • resource-group.tf

  • storage_account.tf

ストレージアカウントの診断設定にはblob、queue、table、fileとあるが、基本blobしか利用していないので、target_resource_idは blobServices/default/ になる。TransactionやCapacityを指定しないと一生差分が出てしまうので注意。

Was this helpful?

0 / 0

コメントを残す