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 5d53cc7 commit 22ba5edCopy full SHA for 22ba5ed
security_group.tf
@@ -1,5 +1,5 @@
1
resource "aws_security_group" "nat" {
2
- name = "Nat"
+ name_prefix = "NatAz${title(substr(local.az, -1, -1))}"
3
description = "Rules for Nat instance"
4
vpc_id = local.vpc_id
5
tags = local.tags
0 commit comments