{ "version": 4, "terraform_version": "1.5.6", "serial": 553, "lineage": "1ac8461b-b98b-82f0-a1f3-465686297baa", "outputs": { "db_endpoint": { "value": "db-0.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-e0e2ce79955cfb4a3", "ami": "ami-c1b2658f", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-8ffa195f"], "subnet_id": "subnet-8a1b2a2a", "key_name": "prod-deploy-key" } } ] } ] }