Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
ngs committed May 7, 2020
1 parent 225fcba commit 3de5a7a
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,23 +10,23 @@ resource "cloudflare_zone" "example" {
}
module "office365" {
source = "ngs/office365/cloudflare"
source = "ngs/office365/cloudflare"
zone_id = cloudflare_zone.example.id
name = "office"
verify = "MS=ms123456"
mx = "office-mycompany-tld.mail.protection.outlook.com"
name = "office"
verify = "MS=ms123456"
mx = "office-mycompany-tld.mail.protection.outlook.com"
}
```

## Inputs

| Name | Description |
| -------- | ----------------------------------------------- |
| `domain` | The DNS zone to add the record to |
| `name` | The name of the record. Use `@` for root domain |
| `verify` | Domain verification key |
| `mx` | Exchange MX server hostname |
| Name | Description |
| --------- | ----------------------------------------------- |
| `zone_id` | The DNS zone ID to add the record to |
| `name` | The name of the record. Use `@` for root domain |
| `verify` | Domain verification key |
| `mx` | Exchange MX server hostname |

## Author

Expand Down

0 comments on commit 3de5a7a

Please sign in to comment.