{ "version": 4, "terraform_version": "1.8.9", "serial": 273, "lineage": "20296601-c664-eed9-bbaa-d030e970a4c2", "outputs": { "db_endpoint": { "value": "db-4.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-1cedaf845eaaa709e", "ami": "ami-19f9dc18", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-3b1a2f1f"], "subnet_id": "subnet-83b70e6e", "key_name": "prod-deploy-key" } } ] } ] }