Skip to content
This repository was archived by the owner on Nov 1, 2023. It is now read-only.

Commit 2efb5df

Browse files
committed
Update parameters to match latest consul submodule
1 parent 7f29dc3 commit 2efb5df

File tree

1 file changed

+0
-36
lines changed

1 file changed

+0
-36
lines changed

templates/quickstart-hashicorp-vault-master.template

Lines changed: 0 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -412,60 +412,24 @@
412412
"KeyPair": {
413413
"Ref": "KeyPairName"
414414
},
415-
"PrivateSubnet1CIDR": {
416-
"Ref": "PublicSubnet1CIDR"
417-
},
418415
"PrivateSubnet1ID": {
419416
"Fn::GetAtt": [
420417
"VPCStack",
421418
"Outputs.PrivateSubnet1AID"
422419
]
423420
},
424-
"PrivateSubnet2CIDR": {
425-
"Ref": "PublicSubnet2CIDR"
426-
},
427421
"PrivateSubnet2ID": {
428422
"Fn::GetAtt": [
429423
"VPCStack",
430424
"Outputs.PrivateSubnet2AID"
431425
]
432426
},
433-
"PrivateSubnet3CIDR": {
434-
"Ref": "PublicSubnet3CIDR"
435-
},
436427
"PrivateSubnet3ID": {
437428
"Fn::GetAtt": [
438429
"VPCStack",
439430
"Outputs.PrivateSubnet3AID"
440431
]
441432
},
442-
"PublicSubnet1CIDR": {
443-
"Ref": "PublicSubnet1CIDR"
444-
},
445-
"PublicSubnet1ID": {
446-
"Fn::GetAtt": [
447-
"VPCStack",
448-
"Outputs.PublicSubnet1ID"
449-
]
450-
},
451-
"PublicSubnet2CIDR": {
452-
"Ref": "PublicSubnet2CIDR"
453-
},
454-
"PublicSubnet2ID": {
455-
"Fn::GetAtt": [
456-
"VPCStack",
457-
"Outputs.PublicSubnet2ID"
458-
]
459-
},
460-
"PublicSubnet3CIDR": {
461-
"Ref": "PublicSubnet3CIDR"
462-
},
463-
"PublicSubnet3ID": {
464-
"Fn::GetAtt": [
465-
"VPCStack",
466-
"Outputs.PublicSubnet3ID"
467-
]
468-
},
469433
"VPCCIDR": {
470434
"Ref": "VPCCIDR"
471435
},

0 commit comments

Comments
 (0)