Skip to content

Commit 0f19f55

Browse files
committed
fix: Fix Readme.yaml
1 parent 4da908c commit 0f19f55

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,8 @@ usage: |-
203203
204204
### PREFIX LIST
205205
module "security_group" {
206-
source = "./../../"
206+
source = "clouddrove/security-group/aws"
207+
version = "2.0.0"
207208
name = local.name
208209
environment = local.environment
209210
vpc_id = module.vpc.vpc_id

0 commit comments

Comments
 (0)