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 @@ -265,7 +265,7 @@ Available targets:
265265| Name | Source | Version |
266266| ------| --------| ---------|
267267| <a name =" module_label " ></a > [ label] ( #module\_ label ) | cloudposse/label/null | 0.25.0 |
268- | <a name =" module_ssh_access " ></a > [ ssh\_ access] ( #module\_ ssh\_ access ) | cloudposse/security-group/aws | 0.4.0 |
268+ | <a name =" module_ssh_access " ></a > [ ssh\_ access] ( #module\_ ssh\_ access ) | cloudposse/security-group/aws | 0.4.1 |
269269| <a name =" module_this " ></a > [ this] ( #module\_ this ) | cloudposse/label/null | 0.25.0 |
270270
271271## Resources
Original file line number Diff line number Diff line change 2121| Name | Source | Version |
2222| ------| --------| ---------|
2323| <a name =" module_label " ></a > [ label] ( #module\_ label ) | cloudposse/label/null | 0.25.0 |
24- | <a name =" module_ssh_access " ></a > [ ssh\_ access] ( #module\_ ssh\_ access ) | cloudposse/security-group/aws | 0.4.0 |
24+ | <a name =" module_ssh_access " ></a > [ ssh\_ access] ( #module\_ ssh\_ access ) | cloudposse/security-group/aws | 0.4.1 |
2525| <a name =" module_this " ></a > [ this] ( #module\_ this ) | cloudposse/label/null | 0.25.0 |
2626
2727## Resources
Original file line number Diff line number Diff line change 33module "ssh_access" {
44 count = local. need_remote_access_sg ? 1 : 0
55 source = " cloudposse/security-group/aws"
6- version = " 0.4.0 "
6+ version = " 0.4.1 "
77
88 attributes = [" ssh" ]
99
You can’t perform that action at this time.
0 commit comments