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 461275b commit aff3f12Copy full SHA for aff3f12
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_API" {
245
security_group_id = aws_security_group.fsx_sg.id
246
- description = "Allow the s3 and ONTAP API traffic"
+ 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