Skip to content

Commit e7ab9e4

Browse files
committed
Fix style
1 parent 33956f3 commit e7ab9e4

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ module "" {
4545
| mount\_point | Host directory to map as /nexus-data in container | string | `` | no |
4646
| name | Base name for resources | string | `nexus` | no |
4747
| namespace-env | Prefix name with the environment. If true, format is: {env}-{name} | string | `true` | no |
48-
| namespace-org | Prefix name with the organization. If true, format is: {org}-{env namespaced name}. If both env and org namespaces are used, format will be <org>-<env>-<name> | string | `false` | no |
48+
| namespace-org | Prefix name with the organization. If true, format is: {org}-{env namespaced name}. If both env and org namespaces are used, format will be {org}-{env}-{name} | string | `false` | no |
4949
| organization | Organization name (Top level namespace). | string | `appzen` | no |
5050
| region | - | string | `us-east-1` | no |
5151
| tags | A map of additional tags | map | `<map>` | no |

examples/cluster/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ Note that this example may create resources which cost money. Run `terraform des
3434
| lb\_ingress\_cidr\_blocks | CIDR block to whitelist for the load balancer | list | `<list>` | no |
3535
| name | Base name for resources | string | `nexus` | no |
3636
| namespace-env | Prefix name with the environment. If true, format is: {env}-{name} | string | `true` | no |
37-
| namespace-org | Prefix name with the organization. If true, format is: {org}-{env namespaced name}. If both env and org namespaces are used, format will be <org>-<env>-<name> | string | `false` | no |
37+
| namespace-org | Prefix name with the organization. If true, format is: {org}-{env namespaced name}. If both env and org namespaces are used, format will be {org}-{env}-{name} | string | `false` | no |
3838
| organization | Organization name (Top level namespace). | string | `example` | no |
3939
| region | - | string | `us-east-1` | no |
4040
| tags | A map of additional tags | map | `<map>` | no |

examples/cluster/variables.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ variable "namespace-env" {
2828
}
2929

3030
variable "namespace-org" {
31-
description = "Prefix name with the organization. If true, format is: {org}-{env namespaced name}. If both env and org namespaces are used, format will be <org>-<env>-<name>"
31+
description = "Prefix name with the organization. If true, format is: {org}-{env namespaced name}. If both env and org namespaces are used, format will be {org}-{env}-{name}"
3232
default = false
3333
}
3434

variables.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ variable "namespace-env" {
2828
}
2929

3030
variable "namespace-org" {
31-
description = "Prefix name with the organization. If true, format is: {org}-{env namespaced name}. If both env and org namespaces are used, format will be <org>-<env>-<name>"
31+
description = "Prefix name with the organization. If true, format is: {org}-{env namespaced name}. If both env and org namespaces are used, format will be {org}-{env}-{name}"
3232
default = false
3333
}
3434

0 commit comments

Comments
 (0)