| { |
| "format_version": "1.2", |
| "terraform_version": "1.6.5", |
| "planned_values": { |
| "root_module": { |
| "resources": [ |
| { |
| "address": "example_resource.test", |
| "mode": "managed", |
| "type": "example_resource", |
| "name": "test", |
| "provider_name": "registry.terraform.io/hashicorp/example", |
| "schema_version": 0, |
| "values": { |
| "configurable_attribute": 1.23, |
| "id": "one" |
| }, |
| "sensitive_values": {} |
| } |
| ] |
| } |
| }, |
| "resource_changes": [ |
| { |
| "address": "example_resource.test", |
| "mode": "managed", |
| "type": "example_resource", |
| "name": "test", |
| "provider_name": "registry.terraform.io/hashicorp/example", |
| "change": { |
| "actions": [ |
| "create" |
| ], |
| "before": null, |
| "after": { |
| "configurable_attribute": 1.23, |
| "id": "one" |
| }, |
| "after_unknown": {}, |
| "before_sensitive": false, |
| "after_sensitive": {} |
| } |
| } |
| ], |
| "configuration": { |
| "provider_config": { |
| "example": { |
| "name": "example", |
| "full_name": "registry.terraform.io/hashicorp/example" |
| } |
| }, |
| "root_module": { |
| "resources": [ |
| { |
| "address": "example_resource.test", |
| "mode": "managed", |
| "type": "example_resource", |
| "name": "test", |
| "provider_config_key": "example", |
| "expressions": { |
| "configurable_attribute": { |
| "constant_value": 1.23 |
| }, |
| "id": { |
| "constant_value": "one" |
| } |
| }, |
| "schema_version": 0 |
| } |
| ] |
| } |
| }, |
| "timestamp": "2023-12-07T13:55:56Z", |
| "errored": false |
| } |