{ "version": 4, "terraform_version": "1.5.7", "serial": 323, "lineage": "25f26973-87e2-e8bb-ab0d-74b9e78cd601", "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-033119db22a4d9f1d", "ami": "ami-5e86aadf", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-99c21f7c"], "subnet_id": "subnet-11fad8a2", "key_name": "prod-deploy-key" } } ] } ] }