We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 35d0206 commit 8d2f1e7Copy full SHA for 8d2f1e7
cicd/main.tf
@@ -16,8 +16,14 @@ resource "azurerm_storage_account" "storage" {
16
account_replication_type = "LRS"
17
}
18
19
-resource "azurerm_storage_container" "example" {
+resource "azurerm_storage_container" "container_amin" {
20
name = "aminespinoza"
21
storage_account_id = azurerm_storage_account.storage.id
22
container_access_type = "container"
23
+}
24
+
25
+resource "azurerm_storage_container" "container_oscar" {
26
+ name = "oscarbarajas"
27
+ storage_account_id = azurerm_storage_account.storage.id
28
+ container_access_type = "container"
29
0 commit comments