-
Notifications
You must be signed in to change notification settings - Fork 29
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
instance_key should be of type interface{}
- Loading branch information
1 parent
f8635fe
commit ab83c2a
Showing
3 changed files
with
136 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,101 @@ | ||
{ | ||
"format_version": "1.1", | ||
"terraform_version": "1.5.0", | ||
"planned_values": { | ||
"root_module": { | ||
"resources": [ | ||
{ | ||
"address": "null_resource.foo", | ||
"mode": "managed", | ||
"type": "null_resource", | ||
"name": "foo", | ||
"provider_name": "registry.terraform.io/hashicorp/null", | ||
"schema_version": 0, | ||
"values": { | ||
"triggers": null | ||
}, | ||
"sensitive_values": {} | ||
} | ||
] | ||
} | ||
}, | ||
"resource_changes": [ | ||
{ | ||
"address": "null_resource.foo", | ||
"mode": "managed", | ||
"type": "null_resource", | ||
"name": "foo", | ||
"provider_name": "registry.terraform.io/hashicorp/null", | ||
"change": { | ||
"actions": [ | ||
"create" | ||
], | ||
"before": null, | ||
"after": { | ||
"triggers": null | ||
}, | ||
"after_unknown": { | ||
"id": true | ||
}, | ||
"before_sensitive": false, | ||
"after_sensitive": {} | ||
} | ||
} | ||
], | ||
"configuration": { | ||
"provider_config": { | ||
"null": { | ||
"name": "null", | ||
"full_name": "registry.terraform.io/hashicorp/null" | ||
} | ||
}, | ||
"root_module": { | ||
"resources": [ | ||
{ | ||
"address": "null_resource.foo", | ||
"mode": "managed", | ||
"type": "null_resource", | ||
"name": "foo", | ||
"provider_config_key": "null", | ||
"schema_version": 0 | ||
} | ||
] | ||
} | ||
}, | ||
"checks": [ | ||
{ | ||
"//": "EXPERIMENTAL: see docs for details", | ||
"address": { | ||
"kind": "resource", | ||
"mode": "managed", | ||
"module": "module.zone_ip_allow_list.module.ip_allow_list_firewall_rule", | ||
"name": "this", | ||
"to_display": "module.zone_ip_allow_list.module.ip_allow_list_firewall_rule.cloudflare_firewall_rule.this", | ||
"type": "cloudflare_firewall_rule" | ||
}, | ||
"status": "pass", | ||
"instances": [ | ||
{ | ||
"address": { | ||
"instance_key": 0, | ||
"module": "module.zone_ip_allow_list.module.ip_allow_list_firewall_rule", | ||
"to_display": "module.zone_ip_allow_list.module.ip_allow_list_firewall_rule.cloudflare_firewall_rule.this[0]" | ||
}, | ||
"status": "pass" | ||
} | ||
] | ||
}, | ||
{ | ||
"//": "EXPERIMENTAL: see docs for details", | ||
"address": { | ||
"kind": "resource", | ||
"mode": "managed", | ||
"module": "module.zone_ip_allow_list.module.ip_allow_list_firewall_rule", | ||
"name": "this", | ||
"to_display": "module.zone_ip_allow_list.module.ip_allow_list_firewall_rule.cloudflare_rate_limit.this", | ||
"type": "cloudflare_rate_limit" | ||
}, | ||
"status": "pass" | ||
} | ||
] | ||
} |