{ "version": 4, "terraform_version": "1.7.5", "serial": 130, "lineage": "05b6c8a2-66a5-5dec-cec8-8ec6611e73b0", "outputs": { "db_endpoint": { "value": "db-4.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-5a8abfe770dec004b", "ami": "ami-7cea5043", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-cb026259"], "subnet_id": "subnet-b706486a", "key_name": "prod-deploy-key" } } ] } ] }