{ "version": 4, "terraform_version": "1.8.9", "serial": 195, "lineage": "c896782e-79e6-e840-b89f-907d7e64fcd7", "outputs": { "db_endpoint": { "value": "db-3.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-436d3c0217cb84e1f", "ami": "ami-d8e65a34", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-94c443c9"], "subnet_id": "subnet-b47baf11", "key_name": "prod-deploy-key" } } ] } ] }