{ "version": 4, "terraform_version": "1.8.1", "serial": 311, "lineage": "2aa7f8ec-743c-da56-689e-ae69eb51495d", "outputs": { "db_endpoint": { "value": "db-1.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-ddf0b5af90e1c1cb5", "ami": "ami-5d15a931", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-80975ec0"], "subnet_id": "subnet-3722a87b", "key_name": "prod-deploy-key" } } ] } ] }