solinumasso/OVH DNS
Upsert or delete an OVH DNS entry
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| application-key | OVH Application Key | yes | — |
| application-secret | OVH Application Secret | yes | — |
| consumer-key | OVH Consumer Key | yes | — |
| endpoint | OVH Endpoint | yes | ovh-eu |
| zone | The zone of the DNS entry | yes | — |
| subdomain | The subdomain of the DNS entry | yes | — |
| target | The target of the DNS entry, required if present is true | — | — |
| present | Should this record be present or absent | yes | true |
| type | The type of the DNS entry | yes | CNAME |
| ttl | The TTL of the DNS entry | no | 600 |
Outputs
| name | description |
|---|---|
| record | The updated DNS record, if present is true |