You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 30, 2021. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+27-25Lines changed: 27 additions & 25 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,17 +10,17 @@ The module supports the following:
10
10
11
11
## Usage
12
12
13
-
This example will create a DNS zone called `kops.cloudxl.net` and delegate it from the parent zone `cloudxl.net` by setting `NS` and `SOA` records in the parent zone.
13
+
This example will create a DNS zone called `us-east-1.cloudxl.net` and delegate it from the parent zone `cloudxl.net` by setting `NS` and `SOA` records in the parent zone.
14
14
15
-
It will also create an S3 bucket with the name `cp-prod-kops-state` for storing `kops`manifests.
15
+
It will also create an S3 bucket with the name `cp-prod-kops-state` for storing `kops`state.
|`region`|`us-east-1`| AWS Region the S3 bucket should reside in | Yes |
84
-
|`parent_zone_name`| `` | Parent DNS zone name (e.g. `domain.com`). Required if `parent_zone_id` is not provided | Yes |
85
-
|`parent_zone_id`| `` | Parent DNS zone ID. Required if `parent_zone_name` is not provided | Yes |
86
-
|`name`|`kops`| Name (_e.g._`kops`) | No |
87
-
|`attributes`|`["state"]`| Additional attributes (_e.g._`state`) | No |
88
-
|`tags`|`{}`| Additional tags (_e.g._`map("BusinessUnit","XYZ")`| No |
89
-
|`delimiter`|`-`| Delimiter to be used between `namespace`, `stage`, `name`, and `attributes`| No |
90
-
|`acl`|`private`| The canned ACL to apply to the S3 bucket | No |
91
-
|`zone_name`|`$${name}.$${parent_zone_name}`| Template for `kops` DNS zone name | No |
92
-
|`force_destroy`|`false`| A boolean that indicates all objects should be deleted from the bucket so that the bucket can be destroyed without errors | No |
| `delimiter` | `-` | Delimiter to be used between `namespace`, `stage`, `name`, and `attributes` | No |
92
+
| `acl` | `private` | The canned ACL to apply to the S3 bucket | No |
93
+
| `zone_name` | `$${name}.$${parent_zone_name}` | Template for the DNS zone name | No |
94
+
| `force_destroy` | `false` | A boolean that indicates all objects should be deleted from the bucket so that the bucket can be destroyed without errors | No |
93
95
94
96
95
97
## Outputs
@@ -98,8 +100,8 @@ The module will lookup the parent zone by either name or ID.
0 commit comments