kriasoft/Create DNS Record
Creates a new CloudFlare DNS record
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Aug 13, 2021
- License
- MIT
- Runtime
- Deprecated runtime
Pinned Snippet
uses: kriasoft/create-dns-record@b0758508fbff2d6ad3e4ef693c83f49a32f4889f # v1tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| type | DNS record type, e.g. "A", "CNAME", etc. | yes | — |
| name | DNS record name, e.g. "{PR_NUMBER}.example.com" | yes | — |
| content | DNS record content, e.g. "127.0.0.1" | — | — |
| ttl | Time to live for DNS record. Value of 1 is 'automatic' | — | 1 |
| proxied | Whether the record is receiving the performance and security benefits of Cloudflare | — | true |
| token | CloudFlare API token | yes | — |
| zone | CloudFlare zone | yes | — |
Outputs
| name | description |
|---|---|
| id | — |
| name | — |