{ "version": 4, "terraform_version": "1.7.5", "serial": 568, "lineage": "5014dbf4-19cb-2b24-fd5c-002af71178de", "outputs": { "db_endpoint": { "value": "db-1.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-27dc25bb2a7ed7c10", "ami": "ami-55c3dd2b", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-ae4d5b0a"], "subnet_id": "subnet-86861ac0", "key_name": "prod-deploy-key" } } ] } ] }