Skip to content

Commit

Permalink
update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
clouddrove-ci committed May 23, 2023
1 parent a751d77 commit 70fea21
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -159,14 +159,14 @@ Here are some examples of how you can use this module in your inventory structur
| authorization\_rules | List of namespace authorization rules. | `any` | `[]` | no |
| capacity | The number of message units. | `number` | `0` | no |
| environment | Environment (e.g. `prod`, `dev`, `staging`). | `string` | `""` | no |
| label\_order | Label order, e.g. sequence of application name and environment `name`,`environment`,'attribute' [`webserver`,`qa`,`devops`,`public`,] . | `list(any)` | `[]` | no |
| label\_order | Label order, e.g. sequence of application name and environment `name`,`environment`,'attribute' [`webserver`,`qa`,`devops`,`public`,] . | `list(any)` | <pre>[<br> "name",<br> "environment"<br>]</pre> | no |
| location | The name of an existing resource group. | `string` | n/a | yes |
| managedby | ManagedBy, eg ''. | `string` | `""` | no |
| name | Name (e.g. `app` or `cluster`). | `string` | `""` | no |
| queues | List of queues. | `any` | `[]` | no |
| repository | Terraform current module repo | `string` | `""` | no |
| resource\_group\_name | The name of an existing resource group. | `string` | n/a | yes |
| sku | The SKU of the namespace. The options are: `Basic`, `Standard`, `Premium`. | `string` | `"Basic"` | no |
| sku | The SKU of the namespace. The options are: `Basic`, `Standard`, `Premium`. | `string` | `"Standard"` | no |
| topics | List of topics. | `any` | `[]` | no |

## Outputs
Expand Down

0 comments on commit 70fea21

Please sign in to comment.