type: specs.openrewrite.org/v1beta/recipe
name: org.openrewrite.terraform.azure.EnsureTheStorageContainerStoringActivityLogsIsNotPubliclyAccessible
displayName: Ensure the storage container storing activity logs is not publicly accessible
description: Ensure the storage container storing activity logs is not publicly accessible.
- org.openrewrite.terraform.AddConfiguration:
resourceName: azurerm_storage_container
content: container_access_type = "private"