{ "version": 4, "terraform_version": "1.8.9", "serial": 318, "lineage": "6a0e5dfc-a2ba-8b2f-65d4-7fc607d9958b", "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-1ac9c88216801a692", "ami": "ami-9fa6619d", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-3cf584c5"], "subnet_id": "subnet-d1f8369d", "key_name": "prod-deploy-key" } } ] } ] }