{ "version": 4, "terraform_version": "1.8.8", "serial": 144, "lineage": "5132eab9-bc9d-d264-f63a-0a1af744e71e", "outputs": { "db_endpoint": { "value": "db-3.us-east-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-4f28f9b9986acd06c", "ami": "ami-09726ed3", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-27d297b5"], "subnet_id": "subnet-41318b89", "key_name": "prod-deploy-key" } } ] } ] }