Skip to content

Riskified/control-center-scheduled-export-terraform

Repository files navigation

Requirements

Name Version
terraform >= 1.5.0
azurerm >= 3.71.0, < 4.0.0

Providers

Name Version
azurerm 3.111.0

Modules

No modules.

Resources

Name Type
azurerm_resource_group.this resource
azurerm_storage_account.this resource
azurerm_storage_container.this resource
azurerm_storage_container_immutability_policy.this resource
azurerm_storage_account_blob_container_sas.this data source

Inputs

Name Description Type Default Required
container_name Name of the storage container string "test-container" no
ip_rules List of IP addresses to whitelist list(string) [] no
resource_group_location Location of the resource group string "eastus" no
resource_group_name Name of the resource group string "test-resource-group" no
resource_group_tags Tags for the resource group map(string)
{
"environment": "dev"
}
no
storage_account_name Name of the storage account string "stsrgaccount" no
storage_account_tags Tags for the storage account map(string)
{
"environment": "dev"
}
no

Outputs

Name Description
container_url The URL of the storage container
sas_query_url The SAS query URL for the SAS token

About

Terraform for scheduled exports of Control Center data.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published