@@ -217,25 +217,15 @@ In this article, you use Terraform to create an Azure API Management instance, a
217
217
[ !INCLUDE [ About Terraform] ( ~/azure-dev-docs-pr/articles/terraform/includes/abstract.md )]
218
218
219
219
> [ !div class="checklist"]
220
- > * Generate a random name for the resource group.
221
- > * Create a resource group in a specified location with the generated name.
222
- > * Generate a random name for the API Management service.
223
- > * Create an API Management service with the generated name, in the created resource group.
224
- > * Generate a random name for the API.
225
- > * Generate a random content value.
226
- > * Create an API with the generated name and content value, in the created resource group and API Management service.
227
- > * Generate a random name for the product.
228
- > * Create a product with the generated name, in the created resource group and API Management service.
229
- > * Generate a random name for the group.
230
- > * Create a group with the generated name, in the created resource group and API Management service.
231
- > * Associate the created API with the created product.
232
- > * Associate the created group with the created product.
233
- > * Output the names of the created resource group, API Management service, API, product, and group.
234
- > * Output the ID, gateway URL, and public IP addresses of the created API Management service.
235
- > * Output the IDs, state, and version outputs of the created APIs.
236
- > * Output the ID of the created product.
237
- > * Output the ID of the association between the created product and API.
238
- > * Output the ID of the association between the created product and group.
220
+ >
221
+ > * Create a resource group with a randomized name.
222
+ > * Create an API Management service with a randomized name.
223
+ > * Create an API with a randomized name.
224
+ > * Create a product with a randomized name in the API Management service.
225
+ > * Create a group with a randomized name.
226
+ > * Associate the API with the product.
227
+ > * Associate the group with the product.
228
+ > * Output the randomized values such as the names of the resource group, API Management service, API, product, and group.
239
229
> * Specify the required version of Terraform and the required providers.
240
230
> * Define variables for the resource group name prefix, resource group location, and the content format and value for the API definition import.
241
231
0 commit comments