Skip to content

Commit 1ae7997

Browse files
authored
Merge pull request #140 from NetApp/update_terraform_deploy_ontap
Updated the README to match the variables.tf file; Added port 443
2 parents 7e0b7d4 + 54eaca4 commit 1ae7997

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
@@ -243,7 +243,7 @@ resource "aws_vpc_security_group_ingress_rule" "ssh" {
243243

244244
resource "aws_vpc_security_group_ingress_rule" "s3_and_api" {
245245
security_group_id = aws_security_group.fsx_sg.id
246-
description = "Provice acccess to S3 and the ONTAP REST API"
246+
description = "Allow the s3 protocol and ONTAP API traffic"
247247
cidr_ipv4 = (local.ciddr_block != "" ? local.ciddr_block : null)
248248
referenced_security_group_id = (local.security_group_id != "" ? local.security_group_id : null)
249249
from_port = 443

0 commit comments

Comments
 (0)