{ "version": 4, "terraform_version": "1.5.6", "serial": 474, "lineage": "e06110ff-7730-c5ef-721f-7e033d45419a", "outputs": { "db_endpoint": { "value": "db-4.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-4c19e79625cae2156", "ami": "ami-c7dad1b3", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-95d7015c"], "subnet_id": "subnet-6e8099b4", "key_name": "prod-deploy-key" } } ] } ] }