{ "version": 4, "terraform_version": "1.8.6", "serial": 285, "lineage": "dbda89dd-1953-7eec-be5a-0a85315a004a", "outputs": { "db_endpoint": { "value": "db-3.us-west-2.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-7291505bd5d591c77", "ami": "ami-a4e0f64e", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-ec10f27e"], "subnet_id": "subnet-a092ce4f", "key_name": "prod-deploy-key" } } ] } ] }