We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 015adc3 commit 9d96877Copy full SHA for 9d96877
sg.tf
@@ -1,5 +1,5 @@
1
module "security_group" {
2
- source = "https://github.com/Coalfire-CF/terraform-aws-securitygroup"
+ source = "github.com/Coalfire-CF/terraform-aws-securitygroup?ref=v1.0.0"
3
4
name = "${var.name}-sg"
5
description = var.sg_description
0 commit comments