Skip to content

Commit 4bf3cfb

Browse files
lukeseawalkerdemartinofra
authored andcommitted
Add new tag aws-parallelcluster-networking
The new tag contains the EFA property Signed-off-by: Luca Carrogu <[email protected]>
1 parent 8a23e6a commit 4bf3cfb

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

cloudformation/aws-parallelcluster.cfn.json

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2079,6 +2079,12 @@
20792079
]
20802080
}
20812081
},
2082+
{
2083+
"Key": "aws-parallelcluster-networking",
2084+
"Value": {
2085+
"Fn::Sub": "EFA=${EFA}"
2086+
}
2087+
},
20822088
{
20832089
"Key": "aws-parallelcluster-filesystem",
20842090
"Value": {
@@ -2735,6 +2741,13 @@
27352741
},
27362742
"PropagateAtLaunch": true
27372743
},
2744+
{
2745+
"Key": "aws-parallelcluster-networking",
2746+
"Value": {
2747+
"Fn::Sub": "EFA=${EFA}"
2748+
},
2749+
"PropagateAtLaunch": true
2750+
},
27382751
{
27392752
"Key": "aws-parallelcluster-filesystem",
27402753
"Value": {

0 commit comments

Comments
 (0)