{ "version": 4, "terraform_version": "1.8.8", "serial": 318, "lineage": "481e71cd-28cf-df86-6612-46acfaba19a5", "outputs": { "db_endpoint": { "value": "db-0.us-west-2.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-45de7768b159c7643", "ami": "ami-4d0f4a67", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-0762ad58"], "subnet_id": "subnet-9253f7aa", "key_name": "prod-deploy-key" } } ] } ] }