Skip to content

Commit 5492496

Browse files
authored
Merge branch 'main' into update_terraform_deploy_ontap
2 parents 461275b + 0eae33c commit 5492496

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Terraform/deploy-fsx-ontap/standalone-module/security_groups.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,7 @@ resource "aws_vpc_security_group_ingress_rule" "ssh" {
241241
ip_protocol = "tcp"
242242
}
243243

244-
resource "aws_vpc_security_group_ingress_rule" "s3_API" {
244+
resource "aws_vpc_security_group_ingress_rule" "s3_and_api" {
245245
security_group_id = aws_security_group.fsx_sg.id
246246
description = "Allow the s3 and ONTAP API traffic"
247247
cidr_ipv4 = (local.ciddr_block != "" ? local.ciddr_block : null)

0 commit comments

Comments
 (0)