{ "version": 4, "terraform_version": "1.7.5", "serial": 201, "lineage": "c5231a5f-fcdf-bdbd-1b37-880389d88342", "outputs": { "db_endpoint": { "value": "db-2.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-1f8508ac4aa1d3fc6", "ami": "ami-dd149c43", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-a9ced992"], "subnet_id": "subnet-898201d6", "key_name": "prod-deploy-key" } } ] } ] }