Skip to content

Instantly share code, notes, and snippets.

@iwahbe
Created June 26, 2024 01:37
Show Gist options
  • Save iwahbe/16c423d8fcd87c0e10d6af6d320da631 to your computer and use it in GitHub Desktop.
Save iwahbe/16c423d8fcd87c0e10d6af6d320da631 to your computer and use it in GitHub Desktop.
{
"version": 4,
"terraform_version": "1.8.3",
"serial": 195,
"lineage": "7cd0e075-f4b6-57b5-b903-41fd797cb575",
"outputs": {},
"resources": [
{
"mode": "managed",
"type": "cloudflare_email_routing_rule",
"name": "CfEmailRedirects",
"provider": "provider[\"registry.terraform.io/cloudflare/cloudflare\"]",
"instances": [
{
"schema_version": 1,
"attributes": {
"action": [
{
"type": "forward",
"value": [
"repro-2@pulumi.com"
]
}
],
"enabled": true,
"id": "afa9ad4bb4b549fc8278837313ec6407",
"matcher": [
{
"field": "to",
"type": "literal",
"value": "repro-1@pulumi.com"
}
],
"name": "CfEmailRedirects",
"priority": 0,
"tag": "afa9ad4bb4b549fc8278837313ec6407",
"zone_id": "9d73e1680af07766fa34f6396847b02c"
},
"sensitive_attributes": [],
"dependencies": [
"cloudflare_zone.repro_zone"
]
}
]
},
{
"mode": "managed",
"type": "cloudflare_zone",
"name": "repro_zone",
"provider": "provider[\"registry.terraform.io/cloudflare/cloudflare\"]",
"instances": [
{
"schema_version": 0,
"attributes": {
"account_id": "<account id>",
"id": "9d73e1680af07766fa34f6396847b02c",
"jump_start": null,
"meta": {
"phishing_detected": false,
"wildcard_proxiable": false
},
"name_servers": [
"luke.ns.cloudflare.com",
"ruth.ns.cloudflare.com"
],
"paused": false,
"plan": "free",
"status": "pending",
"type": "full",
"vanity_name_servers": [],
"verification_key": "",
"zone": "pulumi.com"
},
"sensitive_attributes": [],
"private": "bnVsbA=="
}
]
}
],
"check_results": null
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment