Skip to content

Commit

Permalink
rerun-setavmmodule
Browse files Browse the repository at this point in the history
  • Loading branch information
Collin Mezach committed Feb 21, 2025
1 parent 125753d commit 83ca7c9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion avm/res/app/managed-environment/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -1132,7 +1132,7 @@ Whether or not this Managed Environment is zone-redundant.
| Output | Type | Description |
| :-- | :-- | :-- |
| `defaultDomain` | string | The Default domain of the Managed Environment. |
| `domainValidationId` | string | The domain verification id for custom domains |
| `domainValidationId` | string | The domain verification id for custom domains. |
| `location` | string | The location the resource was deployed into. |
| `name` | string | The name of the Managed Environment. |
| `resourceGroupName` | string | The name of the resource group the Managed Environment was deployed into. |
Expand Down
6 changes: 3 additions & 3 deletions avm/res/app/managed-environment/main.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
"metadata": {
"_generator": {
"name": "bicep",
"version": "0.33.93.31351",
"templateHash": "10729265077947604368"
"version": "0.30.23.60470",
"templateHash": "11034691622398826544"
},
"name": "App ManagedEnvironments",
"description": "This module deploys an App Managed Environment (also known as a Container App Environment).",
Expand Down Expand Up @@ -375,7 +375,7 @@
"resources": {
"managedEnvironment::storage": {
"copy": {
"name": "managedEnvironment::storage",
"name": "storage",
"count": "[length(coalesce(parameters('storages'), createArray()))]"
},
"type": "Microsoft.App/managedEnvironments/storages",
Expand Down

0 comments on commit 83ca7c9

Please sign in to comment.