Terraform module which creates Yandex Cloud Address resources.
Examples codified under
the examples
are intended
to give users references for how to use the module(s) as well as testing/validating changes to the source code of the
module. If contributing to the project, please be sure to make any appropriate updates to the relevant examples to allow
maintainers to test your changes and to keep the examples up to date for users. Thank you!
Name | Version |
---|---|
terraform | >= 1.3 |
yandex | >= 0.72.0 |
Name | Version |
---|---|
yandex | >= 0.72.0 |
No modules.
Name | Type |
---|---|
yandex_vpc_address.address | resource |
yandex_client_config.client | data source |
Name | Description | Type | Default | Required |
---|---|---|---|---|
ddos_protection_provider | Enable DDOS protection. Possible values are: 'qrator' | string |
null |
no |
deletion_protection | Flag to enable deletion protection for the resource | string |
null |
no |
description | An optional description of this resource | string |
null |
no |
dns_record | DNS record specification of address | object({ |
null |
no |
labels | Labels to apply to this resource | map(string) |
{} |
no |
name | Name of the address | string |
n/a | yes |
outgoing_smtp_capability | Wanted outgoing smtp capability | string |
null |
no |
zone_id | Zone for allocating address | string |
null |
no |
Name | Description |
---|---|
created_at | Creation timestamp of the allocated address |
deletion_protection | Deletion protection flag of the allocated address |
description | Description of the allocated address |
dns_record | DNS record details of the allocated address |
external_ipv4 | External IPv4 address details |
external_ipv4_address | Yandex VPC address |
folder_id | Folder ID of the allocated address |
id | ID of the allocated address |
labels | Labels of the allocated address |
name | Name of the allocated address |
reserved | Indicates if the address is reserved |
used | Indicates if the address is used |
Apache-2.0 Licensed. See LICENSE.