Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/terraform-yacloud-modules/terraform-yandex-dns
Terraform module to manage DNS resources within the Yandex.Cloud.
https://github.com/terraform-yacloud-modules/terraform-yandex-dns
hacktoberfest iac terraform terraform-modules yandex yandex-cloud
Last synced: 2 days ago
JSON representation
Terraform module to manage DNS resources within the Yandex.Cloud.
- Host: GitHub
- URL: https://github.com/terraform-yacloud-modules/terraform-yandex-dns
- Owner: terraform-yacloud-modules
- License: apache-2.0
- Created: 2023-03-22T12:50:25.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-10-29T03:50:00.000Z (16 days ago)
- Last Synced: 2024-10-29T04:31:09.593Z (16 days ago)
- Topics: hacktoberfest, iac, terraform, terraform-modules, yandex, yandex-cloud
- Language: HCL
- Homepage:
- Size: 91.8 KB
- Stars: 7
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: .github/CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Yandex Cloud DNS Terraform module
Terraform module which creates Yandex Cloud DNS resources.
## Examples
Examples codified under
the [`examples`](https://github.com/terraform-yacloud-modules/terraform-yandex-dns/tree/main/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!## Requirements
| Name | Version |
|------|---------|
| [terraform](#requirement\_terraform) | >= 1.3 |## Providers
| Name | Version |
|------|---------|
| [yandex](#provider\_yandex) | n/a |## License
Apache-2.0 Licensed.
See [LICENSE](https://github.com/terraform-yacloud-modules/terraform-yandex-dns/blob/main/LICENSE).