{ "version": 4, "terraform_version": "1.8.7", "serial": 558, "lineage": "b4499f7e-f466-e508-1096-bbaf4390fae7", "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-c86b9a63d4547f39a", "ami": "ami-f0562e38", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-9a831992"], "subnet_id": "subnet-155009d4", "key_name": "prod-deploy-key" } } ] } ] }