Skip to content

Commit 227556b

Browse files
Mahsa Hanifihelayoty
Mahsa Hanifi
authored andcommitted
changed the cares name into sample
1 parent 7ccdbb8 commit 227556b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

infra/templates/az-svc-data-integration-mlw/terraform.tfvars

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ app_services = [{
2424
sys_storage_containers = []
2525

2626
app_storage_containers = [
27-
"cares",
27+
"sample",
2828
"acidatadriftdata",
2929
"configuration",
3030
"source",

infra/templates/az-svc-data-integration-mlw/tests/unit/storage.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ func appendStorageTests(t *testing.T, description unit.ResourceDescription) {
2424

2525
expectedDataPrepStorageContainerList := asMap(t, `{
2626
"container_access_type":"private",
27-
"name": "cares"
27+
"name": "sample"
2828
}`)
2929
description["module.app_storage_account.azurerm_storage_container.main[0]"] = expectedDataPrepStorageContainerList
3030
}

0 commit comments

Comments
 (0)