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.
2 parents 7e0b7d4 + 54eaca4 commit 1ae7997Copy full SHA for 1ae7997
Terraform/deploy-fsx-ontap/standalone-module/security_groups.tf
@@ -243,7 +243,7 @@ resource "aws_vpc_security_group_ingress_rule" "ssh" {
243
244
resource "aws_vpc_security_group_ingress_rule" "s3_and_api" {
245
security_group_id = aws_security_group.fsx_sg.id
246
- description = "Provice acccess to S3 and the ONTAP REST API"
+ description = "Allow the s3 protocol and ONTAP API traffic"
247
cidr_ipv4 = (local.ciddr_block != "" ? local.ciddr_block : null)
248
referenced_security_group_id = (local.security_group_id != "" ? local.security_group_id : null)
249
from_port = 443
0 commit comments