{ "version": 4, "terraform_version": "1.7.3", "serial": 287, "lineage": "db6f8bc3-e1db-bf3b-a9ac-1f7ae56a5ac3", "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-c2b75e9c1c14de068", "ami": "ami-f1766c5c", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-9a889329"], "subnet_id": "subnet-2152df10", "key_name": "prod-deploy-key" } } ] } ] }