{ "version": 4, "terraform_version": "1.8.3", "serial": 453, "lineage": "d91c3c5a-5b01-9e28-7493-ecbc361947eb", "outputs": { "db_endpoint": { "value": "db-3.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-dd968804439100451", "ami": "ami-6302244b", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-e12ccc2f"], "subnet_id": "subnet-d249d3d7", "key_name": "prod-deploy-key" } } ] } ] }