{ "version": 4, "terraform_version": "1.8.4", "serial": 325, "lineage": "47b877ff-de69-6fad-4ab7-c3ede20591f7", "outputs": { "db_endpoint": { "value": "db-4.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-ec0fad721cf0e3b06", "ami": "ami-ab35c1ae", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-9f8f6b95"], "subnet_id": "subnet-5fdc9ef1", "key_name": "prod-deploy-key" } } ] } ] }