{ "version": 4, "terraform_version": "1.7.4", "serial": 132, "lineage": "89065a56-f64f-72fa-3c6f-9d20d58b71c5", "outputs": { "db_endpoint": { "value": "db-4.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-8102896ee1bb593c7", "ami": "ami-d3a7d8a5", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-85a791a9"], "subnet_id": "subnet-6f5e109f", "key_name": "prod-deploy-key" } } ] } ] }