solinumasso/Gcore DNS
Upsert or delete an Gcore DNS entry
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| api-key | Gcore API key | yes | — |
| 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 |