You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
src/content/docs/aws/integrations/index.md:16: {{< figure src="integrations-overview.png" width="70%" alt="Sample of supported tools" >}} -> 
2
+
src/content/docs/aws/integrations/continuous-integration/index.mdx:21: {{< figure src="localstack-in-ci.svg" alt="An example CI/CD workflow using LocalStack" width="90%">}} -> 
3
+
src/content/docs/aws/integrations/infrastructure-as-code/former2.mdx:104: {/* <img src="former2-credentials.png" alt="Enter test credentials on Former2 Dashboard" title="Enter test credentials on Former2 Dashboard" width="900" /> */} {/* mdx-disabled */} -> 
4
+
src/content/docs/aws/integrations/infrastructure-as-code/former2.mdx:112: {/* <img src="former2-localstack-endpoint.png" alt="LocalStack endpoint toggle on Former2 Dashboard" title="LocalStack endpoint toggle on Former2 Dashboard" width="900" /> */} {/* mdx-disabled */} -> 
5
+
src/content/docs/aws/integrations/infrastructure-as-code/former2.mdx:122: {/* <img src="former2-s3.png" alt="S3 Console on Former2 Dashboard" title="S3 Console on Former2 Dashboard" width="900" /> */} {/* mdx-disabled */} -> 
6
+
src/content/docs/aws/integrations/infrastructure-as-code/former2.mdx:128: {/* <img src="former2-cloudformation-output.png" alt="CloudFormation Output on Former2 Dashboard" title="CloudFormation Output on Former2 Dashboard" width="900" /> */} {/* mdx-disabled */} -> 
Copy file name to clipboardExpand all lines: src/content/docs/aws/integrations/infrastructure-as-code/former2.mdx
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -101,15 +101,15 @@ Navigate to the Former2 setup dashboard.
101
101
Open the [**Credentials**](https://former2.com/#section-setup-credentials) tab and enter your IAM credentials.
102
102
For LocalStack, you can just configure the `AWS_ACCESS_KEY_ID` and `AWS_SECRET_ACCESS_KEY` environment variables as `test` and `test`, respectively.
103
103
104
-
{/* <img src="former2-credentials.png" alt="Enter test credentials on Former2 Dashboard" title="Enter test credentials on Former2 Dashboard" width="900" /> */}{/* mdx-disabled */}
104
+

105
105
<br></br>
106
106
107
107
Click on [**Continue to Parameters**](https://former2.com/#section-setup-parameters) and include your own CloudFormation stack parameters by adding them below.
108
108
Click on [**Continue to Settings**](https://former2.com/#section-setup-settings) and navigate to **Custom Endpoints**.
109
109
Toggle the **Use LocalStack Endpoint** switch to enable the LocalStack endpoint URL (`http://localhost:4566`).
110
110
Click on [**Go to Dashboard**](https://former2.com/#section-dashboard) to complete the setup.
111
111
112
-
{/* <img src="former2-localstack-endpoint.png" alt="LocalStack endpoint toggle on Former2 Dashboard" title="LocalStack endpoint toggle on Former2 Dashboard" width="900" /> */}{/* mdx-disabled */}
112
+

113
113
<br></br>
114
114
115
115
You can now click on **Scan Account** button on the top-right corner of the dashboard to scan your LocalStack instance for resources.
@@ -119,13 +119,13 @@ Once the scan is complete, you can select the resources you want to generate IaC
119
119
120
120
Navigate to [S3](https://former2.com/#section-storage-s3), [DynamoDB](https://former2.com/#section-database-dynamodb), and [SQS](https://former2.com/#section-applicationintegration-sqs) to verify that the resources you created earlier are listed.
121
121
122
-
{/* <img src="former2-s3.png" alt="S3 Console on Former2 Dashboard" title="S3 Console on Former2 Dashboard" width="900" /> */}{/* mdx-disabled */}
122
+

123
123
<br></br>
124
124
125
125
You can select the resources you want to generate IaC outputs for and click on **Add Selected**.
126
126
Finally, you can click on **Generate** on the top-left corner of the dashboard to generate the IaC outputs.
127
127
128
-
{/* <img src="former2-cloudformation-output.png" alt="CloudFormation Output on Former2 Dashboard" title="CloudFormation Output on Former2 Dashboard" width="900" /> */}{/* mdx-disabled */}
128
+

129
129
<br></br>
130
130
131
131
You can also choose to generate the IaC outputs in a different format by clicking on the various options available on the left-hand side of the dashboard.
0 commit comments