{ "version": 4, "terraform_version": "1.5.6", "serial": 374, "lineage": "b0acb2d2-4f0c-8d4f-4c35-344e6de62410", "outputs": { "db_endpoint": { "value": "db-0.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-7c8076cbf00bde748", "ami": "ami-26f76ff3", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-c79f80eb"], "subnet_id": "subnet-af8b352d", "key_name": "prod-deploy-key" } } ] } ] }