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
| subnet\_ids | A list of VPC Subnet IDs to launch in. |`list(string)`| n/a | yes |
83
+
| tags | A mapping of tags to assign to the resource |`map(string)`|`{}`| no |
84
+
| user\_name | User name with home dictory. |`string`|`"clouduser"`| no |
56
85
57
86
## Outputs
58
87
59
88
| Name | Description |
60
89
|------|-------------|
61
90
| id | The ID of the instance |
62
91
| public\_ip | IP addresses assigned to the instance, if applicable |
63
-
| user\_account\_expiration ||
92
+
| user\_account\_expiration |n/a|
64
93
65
94
<!-- END OF PRE-COMMIT-TERRAFORM DOCS HOOK -->
66
95
67
96
## Commands
68
97
69
98
<!-- START makefile-doc -->
70
99
```
71
-
$ make help
100
+
$ make help
72
101
hooks Commit hooks setup
73
102
validate Validate with pre-commit hooks
74
103
changelog Update changelog
75
-
release Create release version
104
+
release Create release version
76
105
```
77
106
<!-- END makefile-doc -->
78
107
79
108
109
+
### :memo: Guidelines
110
+
111
+
-:memo: Use a succinct title and description.
112
+
-:bug: Bugs & feature requests can be be opened
113
+
-:signal_strength: Support questions are better asked on [Stack Overflow](https://stackoverflow.com/)
114
+
-:blush: Be nice, civil and polite ([as always](http://contributor-covenant.org/version/1/4/)).
115
+
80
116
## License
81
117
82
-
Copyright 2019 ivankatliarhcuk
118
+
Copyright 2019 Ivan Katliarhcuk
83
119
84
120
MIT Licensed. See [LICENSE](./LICENSE) for full details.
85
121
@@ -89,4 +125,10 @@ Submit a pull request
89
125
90
126
# Authors
91
127
92
-
Currently maintained by [Ivan Katliarchuk](https://github.com/ivankatliarchuk) and these [awesome contributors](https://github.com/terraform-module/terraform-module-blueprint/graphs/contributors).
128
+
Currently maintained by [Ivan Katliarchuk](https://github.com/ivankatliarchuk) and these [awesome contributors](https://github.com/terraform-module/terraform-aws-proxy-nginx/graphs/contributors).
0 commit comments