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 Jun 3, 2023. It is now read-only.
@@ -65,20 +64,19 @@ This module has a few dependencies:
65
64
## Examples
66
65
67
66
68
-
**IMPORTANT:** Since the `master` branch used in `source` varies based on new modifications, we suggest that you use the release versions [here](https://github.com/clouddrove/terraform-digitalocean-vpc/releases).
67
+
**IMPORTANT:** Since the `master` branch used in `source` varies based on new modifications, we suggest that you use the release versions [here](https://github.com/clouddrove/terraform-digitalocean-spaces/releases).
69
68
70
69
71
70
### Simple Example
72
71
Here is an example of how you can use this module in your inventory structure:
| ip\_range | The range of IP addresses for the VPC in CIDR notation. Network ranges cannot overlap with other networks in the same account and must be in range of private addresses as defined in RFC1918. It may not be larger than /16 or smaller than /24. |`string`|`"10.10.0.0/16"`| no |
101
98
| label\_order | Label order, e.g. `name`,`application`. |`list`|`[]`| no |
102
99
| name | Name (e.g. `app` or `cluster`). |`string`|`""`| no |
103
-
| region | The region to create VPC, like `london-1` , `bangalore-1` ,`newyork-3``toronto-1`. |`string`|`"bangalore-1"`| no |
100
+
| region | The region to create spaces, like `london-1` , `bangalore-1` ,`newyork-3``toronto-1`. |`string`|`"bangalore-1"`| no |
104
101
105
102
## Outputs
106
103
107
104
| Name | Description |
108
105
|------|-------------|
109
-
| created\_at | The date and time of when the VPC was created. |
110
-
| default | A boolean indicating whether or not the VPC is the default one for the region. |
111
-
| id | The unique identifier for the VPC.. |
112
-
| urn | The uniform resource name (URN) for the VPC. |
106
+
| created\_at | The date and time of when the spaces was created. |
107
+
| default | A boolean indicating whether or not the spaces is the default one for the region. |
108
+
| id | The unique identifier for the spaces.. |
109
+
| urn | The uniform resource name (URN) for the spaces. |
113
110
114
111
115
112
@@ -125,9 +122,9 @@ You need to run the following command in the testing folder:
125
122
126
123
127
124
## Feedback
128
-
If you come accross a bug or have any feedback, please log it in our [issue tracker](https://github.com/clouddrove/terraform-digitalocean-vpc/issues), or feel free to drop us an email at [[email protected]](mailto:[email protected]).
125
+
If you come accross a bug or have any feedback, please log it in our [issue tracker](https://github.com/clouddrove/terraform-digitalocean-spaces/issues), or feel free to drop us an email at [[email protected]](mailto:[email protected]).
129
126
130
-
If you have found it worth your time, go ahead and give us a ★ on [our GitHub](https://github.com/clouddrove/terraform-digitalocean-vpc)!
127
+
If you have found it worth your time, go ahead and give us a ★ on [our GitHub](https://github.com/clouddrove/terraform-digitalocean-spaces)!
0 commit comments