{ "version": 4, "terraform_version": "1.7.9", "serial": 147, "lineage": "ebf983f5-23be-69d2-d6b9-d28ba9777ec6", "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-eb40d2e4dfb307727", "ami": "ami-2941d89c", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-3a763037"], "subnet_id": "subnet-8f95c646", "key_name": "prod-deploy-key" } } ] } ] }