Skip to content

Commit 7c85cd5

Browse files
Update main.tf
1 parent 8d2f1e7 commit 7c85cd5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cicd/main.tf

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ resource "azurerm_storage_account" "storage" {
1717
}
1818

1919
resource "azurerm_storage_container" "container_amin" {
20-
name = "aminespinoza"
20+
name = "platzimedellin"
2121
storage_account_id = azurerm_storage_account.storage.id
2222
container_access_type = "container"
2323
}
@@ -26,4 +26,4 @@ resource "azurerm_storage_container" "container_oscar" {
2626
name = "oscarbarajas"
2727
storage_account_id = azurerm_storage_account.storage.id
2828
container_access_type = "container"
29-
}
29+
}

0 commit comments

Comments
 (0)