Skip to content

Commit db994d2

Browse files
authored
Rename AWS security group from "cml" to "iterative" (#78)
1 parent bf934f2 commit db994d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

iterative/aws/provider.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ func ResourceMachineCreate(ctx context.Context, d *schema.ResourceData, m interf
7676
// securityGroup
7777
var vpcID, sgID string
7878
if len(securityGroup) == 0 {
79-
securityGroup = "cml"
79+
securityGroup = "iterative"
8080

8181
vpcsDesc, _ := svc.DescribeVpcs(&ec2.DescribeVpcsInput{})
8282
if len(vpcsDesc.Vpcs) == 0 {

0 commit comments

Comments
 (0)