File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -263,7 +263,7 @@ Available targets:
263263| Name | Source | Version |
264264| ------| --------| ---------|
265265| <a name =" module_label " ></a > [ label] ( #module\_ label ) | cloudposse/label/null | 0.25.0 |
266- | <a name =" module_ssh_access " ></a > [ ssh\_ access] ( #module\_ ssh\_ access ) | cloudposse/security-group/aws | 0.4.3 |
266+ | <a name =" module_ssh_access " ></a > [ ssh\_ access] ( #module\_ ssh\_ access ) | cloudposse/security-group/aws | 1.0.1 |
267267| <a name =" module_this " ></a > [ this] ( #module\_ this ) | cloudposse/label/null | 0.25.0 |
268268
269269## Resources
Original file line number Diff line number Diff line change 1919| Name | Source | Version |
2020| ------| --------| ---------|
2121| <a name =" module_label " ></a > [ label] ( #module\_ label ) | cloudposse/label/null | 0.25.0 |
22- | <a name =" module_ssh_access " ></a > [ ssh\_ access] ( #module\_ ssh\_ access ) | cloudposse/security-group/aws | 0.4.3 |
22+ | <a name =" module_ssh_access " ></a > [ ssh\_ access] ( #module\_ ssh\_ access ) | cloudposse/security-group/aws | 1.0.1 |
2323| <a name =" module_this " ></a > [ this] ( #module\_ this ) | cloudposse/label/null | 0.25.0 |
2424
2525## Resources
Original file line number Diff line number Diff line change 33module "ssh_access" {
44 count = local. need_ssh_access_sg ? 1 : 0
55 source = " cloudposse/security-group/aws"
6- version = " 0.4.3 "
6+ version = " 1.0.1 "
77
88 attributes = [" ssh" ]
99
You can’t perform that action at this time.
0 commit comments