{ "version": 4, "terraform_version": "1.7.6", "serial": 139, "lineage": "c53d389e-5830-e3ad-972e-fd8a6e17fd06", "outputs": { "db_endpoint": { "value": "db-0.us-east-1.rds.amazonaws.com", "type": "string" }, "api_url": { "value": "https://api.widgets.io", "type": "string" } }, "resources": [ { "mode": "managed", "type": "aws_instance", "name": "web_server", "provider": "provider[\"registry.terraform.io/hashicorp/aws\"]", "instances": [ { "attributes": { "id": "i-7a94dbb9c24f61cf3", "ami": "ami-c84bbd08", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-8d03bcfd"], "subnet_id": "subnet-2822f9e0", "key_name": "prod-deploy-key" } } ] } ] }