Skip to content

Commit 1049f74

Browse files
committed
update README.md
1 parent 608f401 commit 1049f74

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ Here is an example of how you can use this module in your inventory structure:
117117
| prefix\_list | List of prefix list IDs (for allowing access to VPC endpoints)Only valid with egress | `list(any)` | `[]` | no |
118118
| prefix\_list\_ids | Provide allow source Prefix id of resources | `list(string)` | `[]` | no |
119119
| protocol | The protocol. If not icmp, tcp, udp, or all use the. | `string` | `"tcp"` | no |
120-
| repository | Terraform current module repo | `string` | `"https://registry.terraform.io/modules/clouddrove/security-group/aws/"` | no |
120+
| repository | Terraform current module repo | `string` | `"https://github.com/clouddrove/terraform-aws-security-group"` | no |
121121
| security\_groups | List of Security Group IDs allowed to connect to the instance. | `list(string)` | `[]` | no |
122122
| tags | Additional tags (e.g. map(`BusinessUnit`,`XYZ`). | `map(string)` | `{}` | no |
123123
| vpc\_id | The ID of the VPC that the instance security group belongs to. | `string` | `""` | no |

0 commit comments

Comments
 (0)