{ "version": 4, "terraform_version": "1.7.6", "serial": 345, "lineage": "a8516e0a-3d50-3ad9-8d13-b7c3b0f33be9", "outputs": { "db_endpoint": { "value": "db-0.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-3fa37208f303b7aed", "ami": "ami-71d65a8e", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-dda65ab6"], "subnet_id": "subnet-d24759c1", "key_name": "prod-deploy-key" } } ] } ] }