{ "version": 4, "terraform_version": "1.7.8", "serial": 159, "lineage": "2d2b6845-c8bc-a8f7-4a44-b73dbdb9e381", "outputs": { "db_endpoint": { "value": "db-4.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-ba09ad9fdd1c7e09c", "ami": "ami-f4615e42", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-f1238db0"], "subnet_id": "subnet-168d0f48", "key_name": "prod-deploy-key" } } ] } ] }