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 461275b + 0eae33c commit 5492496Copy full SHA for 5492496
Terraform/deploy-fsx-ontap/standalone-module/security_groups.tf
@@ -241,7 +241,7 @@ resource "aws_vpc_security_group_ingress_rule" "ssh" {
241
ip_protocol = "tcp"
242
}
243
244
-resource "aws_vpc_security_group_ingress_rule" "s3_API" {
+resource "aws_vpc_security_group_ingress_rule" "s3_and_api" {
245
security_group_id = aws_security_group.fsx_sg.id
246
description = "Allow the s3 and ONTAP API traffic"
247
cidr_ipv4 = (local.ciddr_block != "" ? local.ciddr_block : null)
0 commit comments