{ "version": 4, "terraform_version": "1.6.3", "serial": 595, "lineage": "7c250d00-2cfe-1c2d-45d4-faa0afe36ed7", "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-f8ebd4a51d44227f5", "ami": "ami-c9265337", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-49826f1d"], "subnet_id": "subnet-a49053f7", "key_name": "prod-deploy-key" } } ] } ] }