mirror of
https://github.com/opentofu/opentofu.git
synced 2025-02-25 18:45:20 -06:00
Add documentation for route53_record import
This commit is contained in:
parent
e579c1c90f
commit
2bd3c26fb1
@ -133,3 +133,12 @@ Weighted routing policies support the following:
|
|||||||
## Attributes Reference
|
## Attributes Reference
|
||||||
|
|
||||||
* `fqdn` - [FQDN](https://en.wikipedia.org/wiki/Fully_qualified_domain_name) built using the zone domain and `name`
|
* `fqdn` - [FQDN](https://en.wikipedia.org/wiki/Fully_qualified_domain_name) built using the zone domain and `name`
|
||||||
|
|
||||||
|
|
||||||
|
## Import
|
||||||
|
|
||||||
|
Route53 Records can be imported using ID of the record, e.g.
|
||||||
|
|
||||||
|
```
|
||||||
|
$ terraform import aws_route53_record.myrecord Z4KAPRWWNC7JR_dev.example.com_NS
|
||||||
|
```
|
Loading…
Reference in New Issue
Block a user