{ "version": 4, "terraform_version": "1.8.9", "serial": 427, "lineage": "63ef4c5c-0f63-f83a-358c-8eb5cc71e2d0", "outputs": { "db_endpoint": { "value": "db-2.eu-west-1.rds.amazonaws.com", "type": "string" }, "api_url": { "value": "https://api.acme-corp.com", "type": "string" } }, "resources": [ { "mode": "managed", "type": "aws_instance", "name": "web_server", "provider": "provider[\"registry.terraform.io/hashicorp/aws\"]", "instances": [ { "attributes": { "id": "i-7faf8c698d7e37195", "ami": "ami-8ab4b93c", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-f6d93954"], "subnet_id": "subnet-011acd32", "key_name": "prod-deploy-key" } } ] } ] }