This repository was archived by the owner on Nov 1, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +0
-36
lines changed
Expand file tree Collapse file tree 1 file changed +0
-36
lines changed Original file line number Diff line number Diff line change 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 },
You can’t perform that action at this time.
0 commit comments