Skip to content

Commit

Permalink
Merge remote-tracking branch 'refs/remotes/origin/OPS-5263-integrate-…
Browse files Browse the repository at this point in the history
…email-dns-records-in-terraform' into OPS-5263-integrate-email-dns-records-in-terraform
  • Loading branch information
simoncolincap committed Oct 9, 2023
2 parents 9096f54 + f4ba435 commit d225c68
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions modules/opentelekomcloud-csv-to-dns/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
<!-- BEGIN_TF_DOCS -->

## Providers

| Name | Version |
|------|---------|
| <a name="provider_opentelekomcloud"></a> [opentelekomcloud](#provider\_opentelekomcloud) | n/a |
## Modules

No modules.
## Inputs

| Name | Description | Type | Default | Required |
|------|-------------|------|---------|:--------:|
| <a name="input_file_path"></a> [file\_path](#input\_file\_path) | Path to the CSV file containing the records to create, expected fields are domain, type and record. | `string` | n/a | yes |
| <a name="input_zone_id"></a> [zone\_id](#input\_zone\_id) | OTC DNS zone ID. | `string` | n/a | yes |
## Outputs

No outputs.
## Requirements

| Name | Version |
|------|---------|
| <a name="requirement_terraform"></a> [terraform](#requirement\_terraform) | >= 1.5.4 |
## Resources

| Name | Type |
|------|------|
| [opentelekomcloud_dns_recordset_v2.email_hpi_schul_cloud_de](https://registry.terraform.io/providers/opentelekomcloud/opentelekomcloud/latest/docs/resources/dns_recordset_v2) | resource |
<!-- END_TF_DOCS -->

0 comments on commit d225c68

Please sign in to comment.