{ "version": 4, "terraform_version": "1.7.2", "serial": 256, "lineage": "78a7ee1e-f601-ad23-2263-b48b5066d8bb", "outputs": { "db_endpoint": { "value": "db-0.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-763595b50a762a427", "ami": "ami-9ad4552d", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-35488d70"], "subnet_id": "subnet-8744ad94", "key_name": "prod-deploy-key" } } ] } ] }