Skip to content

Latest commit

 

History

History
39 lines (24 loc) · 1.63 KB

File metadata and controls

39 lines (24 loc) · 1.63 KB

Introduction

Private endpoint module can deploy these resources:

  • azurerm_private_endpoint (required)

Example variables structure is located in variables.md.

Example vuse case is located in test-case/locals.tf.

You can see also see changelog

Terraform documentation:

https://registry.terraform.io/providers/hashicorp/azurerm/4.14.0/docs/resources/private_endpoint

WARNING: AzureRM provider had been updated to a new major version. Many breaking changes were implemented. See the providers guide for more information.

 

Terraform Import

There are a few things you need to do to import resources into .tfstate. In the example below there are resources which can be imported within the module. You may need to modify these commands to the OS on which they will be running (Refer to the documentation for additional details).

Private Endpoint

  • terraform import '<path-to-module>.azurerm_private_endpoint.private_endpoint["<private-endpoint-name>"]' '/subscriptions/<subscription-id>/resourceGroups/<resource-group-name>/providers/Microsoft.Network/privateEndpoints/<private-endpoint-name>'

NOTE: <path-to-module> is terraform logical path from root. e.g. module.private_endpoint

 

Outputs

There are no outputs.

 

Module Features

No special features in module.

 

Known Issues

We currently log no issues in this module.