Skip to content

Commit b55d86f

Browse files
authored
Merge pull request #247 from nginx/internal/tstraley/lower-net-attachment
use lowercase for network attachment
2 parents 3f54cf4 + c345387 commit b55d86f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

content/nginxaas-google/getting-started/create-deployment/deploy-console.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ NGINXaaS requires a [network attachment](https://cloud.google.com/vpc/docs/about
2323
1. Access the [Google Cloud Console](https://console.cloud.google.com/).
2424
1. Create a consumer VPC network and subnetwork. See [Google's documentation on creating a VPC and subnet](https://cloud.google.com/vpc/docs/create-modify-vpc-networks#console_1) for a step-by-step guide.
2525
- The region you choose in this step must match the region where your NGINXaaS deployment will be created.
26-
1. Create a Network Attachment in your new subnet that automatically accepts connections. See [Google's documentation on creating a Network Attachment](https://cloud.google.com/vpc/docs/create-manage-network-attachments#console_1) for a step-by-step guide.
27-
1. Make a note of the Network Attachment ID. You will need it in the next steps to create your NGINXaaS deployment.
26+
1. Create a network attachment in your new subnet that automatically accepts connections. See [Google's documentation on creating a network attachment](https://cloud.google.com/vpc/docs/create-manage-network-attachments#console_1) for a step-by-step guide.
27+
1. Make a note of the network attachment ID. You will need it in the next steps to create your NGINXaaS deployment.
2828

2929
{{< call-out "caution" >}}NGINXaaS for Google Cloud currently supports the following regions:
3030

@@ -61,8 +61,8 @@ Next, create a new NGINXaaS deployment using the NGINXaaS Console:
6161
- Change the **NCU Capacity** if needed.
6262
- The default value of `20 NCU` should be adequate for most scenarios.
6363
- This value must be a multiple of `10`.
64-
- In the Cloud Details section, enter the Network Attachment ID that [you created earlier](#create-a-network-attachment) or select it in the **Network attachment** list.
65-
- The Network Attachment ID is formatted like the following example: `projects/my-google-project/regions/us-east1/networkAttachments/my-network-attachment`.
64+
- In the Cloud Details section, enter the network attachment ID that [you created earlier](#create-a-network-attachment) or select it in the **Network attachment** list.
65+
- The network attachment ID is formatted like the following example: `projects/my-google-project/regions/us-east1/networkAttachments/my-network-attachment`.
6666
- In the Apply Configuration section, select an NGINX configuration [you created earlier](#create-or-import-an-nginx-configuration) from the **Choose Configuration** list.
6767
- Select a **Configuration Version** from the list.
6868
- Select **Submit** to begin the deployment process.

0 commit comments

Comments
 (0)