Skip to content

Commit

Permalink
testing123
Browse files Browse the repository at this point in the history
  • Loading branch information
mrlockstar committed Nov 14, 2024
1 parent 4dda992 commit 76fea35
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion infrastructure/tf-core/environments/development.tfvars
Original file line number Diff line number Diff line change
Expand Up @@ -354,6 +354,19 @@ storage_accounts = {
account_tier = "Standard"
replication_type = "LRS"
public_network_access_enabled = false
containers = {}
containers = {
config = {
container_name = "config"
}
inbound = {
container_name = "sample-container"
}
inbound = {
container_name = "inbound"
}
inbound-poison = {
container_name = "inbound-poison"
}
}
}
}

0 comments on commit 76fea35

Please sign in to comment.