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 Jul 20, 2024. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,6 +9,7 @@ Features:
9
9
- Saving cost using a spot instance (from $1/month)
10
10
- Fixed source IP address by reattaching ENI
11
11
- Supporting Systems Manager Session Manager
12
+
- Disable costly resources for compatibility with workspaces
12
13
13
14
Terraform 0.12 is required.
14
15
@@ -153,6 +154,7 @@ This is an open source software. Feel free to open issues and pull requests.
153
154
154
155
| Name | Description | Type | Default | Required |
155
156
|------|-------------|:----:|:-----:|:-----:|
157
+
| enabled | Enable or disable costly resources| boolean |`true`| no |
156
158
| extra\_user\_data | Extra script to run in the NAT instance | string |`""`| no |
157
159
| image\_id | AMI of the NAT instance. Default to the latest Amazon Linux 2 | string |`""`| no |
158
160
| instance\_types | Candidates of instance type for the NAT instance. This is used in the mixed instances policy | list |`[ "t3.nano", "t3a.nano" ]`| no |
@@ -166,6 +168,8 @@ This is an open source software. Feel free to open issues and pull requests.
166
168
167
169
## Outputs
168
170
171
+
Outputs are empty string for disabled costly resources.
0 commit comments