{ "version": 4, "terraform_version": "1.7.6", "serial": 224, "lineage": "010abd22-86c8-f791-76a3-ffcfb289f8a3", "outputs": { "db_endpoint": { "value": "db-2.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-df0eecc745e29a1ed", "ami": "ami-6cabb458", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-2518d56a"], "subnet_id": "subnet-02426194", "key_name": "prod-deploy-key" } } ] } ] }