{ "version": 4, "terraform_version": "1.7.6", "serial": 562, "lineage": "2d0a92c5-52dc-37ae-654f-8335ef97a5fc", "outputs": { "db_endpoint": { "value": "db-1.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-262726d886773bf1f", "ami": "ami-e8d8aed7", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-a975e14b"], "subnet_id": "subnet-25ef5ba9", "key_name": "prod-deploy-key" } } ] } ] }