{ "version": 4, "terraform_version": "1.8.1", "serial": 223, "lineage": "af6ed6db-626b-0943-cf79-bd4fc5ecb056", "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-04ee672604c909643", "ami": "ami-f8df563c", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-310247d5"], "subnet_id": "subnet-a1c30720", "key_name": "prod-deploy-key" } } ] } ] }