mirror of
https://github.com/openshift/openshift-docs.git
synced 2026-02-05 12:46:18 +01:00
20 lines
589 B
Plaintext
20 lines
589 B
Plaintext
// Module included in the following assemblies:
|
|
//
|
|
// * installing/installing_aws/installing-aws-user-infra.adoc
|
|
// * installing/installing_aws/installing-restricted-networks-aws.adoc
|
|
|
|
[id="installation-cloudformation-vpc_{context}"]
|
|
= CloudFormation template for the VPC
|
|
|
|
You can use the following CloudFormation template to deploy the VPC that
|
|
you need for your {product-title} cluster.
|
|
|
|
.CloudFormation template for the VPC
|
|
[%collapsible]
|
|
====
|
|
[source,yaml]
|
|
----
|
|
include::https://raw.githubusercontent.com/openshift/installer/release-4.20/upi/aws/cloudformation/01_vpc.yaml[]
|
|
----
|
|
====
|