Skip to content

Commit 844a435

Browse files
dim-opsDimitri GRISARD
andauthored
fix: Correct mis-spelling in serverless security policy default description (#16)
Co-authored-by: Dimitri GRISARD <dimitri.grisard@ingenico.com>
1 parent da65a00 commit 844a435

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/collection/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ resource "aws_opensearchserverless_security_policy" "encryption" {
6464
resource "aws_opensearchserverless_security_policy" "network" {
6565
count = var.create && var.create_network_policy ? 1 : 0
6666

67-
description = coalesce(var.network_policy_description, "Newtwork policy for ${var.name} collection")
67+
description = coalesce(var.network_policy_description, "Network policy for ${var.name} collection")
6868
name = coalesce(var.network_policy_name, "${var.name}-network")
6969
policy = jsonencode([merge(
7070
{

0 commit comments

Comments
 (0)